IForeObject

Assembly: Fore;

Description

The IForeObject interface is used to work with Fore class instance.

Inheritance Hierarchy

IForeObject

Comments

The IForeClass.CreateObject method is used to create a class instance. The class instance must be specified in the IForeSub.Self property, if it is supposed to used class method.

Properties

  Property name Brief description
ClassName The ClassName property returns name of the class to which current instance corresponds.
Debug The Debug property returns whether a development environment object is executed with debugging.
ModuleName The ModuleName property returns assembly identifier where the class is implemented.
Object The Object property returns class instance which is cast to the general data type.

Methods

  Method name Brief description
BindToField The BindToField method returns class field by name.
FieldItem The FieldItem method returns the class field with the specified index.
FieldsCount The FieldsCount method returns the number of fields in the class.
SetFieldValue The SetFieldValue method sets the specified value to class field.

See also:

Fore Assembly Interfaces