The aqObject object contains the following methods:
Method List
Name | Description |
---|---|
CallMethod
|
Calls the specified method of a particular object. |
CheckProperty
|
Verifies an object’s property value according to the specified condition. |
CompareProperty
|
Verifies an object’s property value according to the specified condition. |
GetEvents
|
Returns the collection of events of the given object. |
GetFields
|
Returns the collection of fields of the given object. |
GetMethods
|
Returns the collection of methods of the given object. |
GetProperties
|
Returns the collection of properties of the given object. |
GetPropertyValue
|
Returns the value of an object’s property. |
GetVarType
|
Returns the data type of the specified Variant value. |
IsSupported
|
Indicates whether the specified object has a member with the given name. |
RaiseEvent
|
Generates a certain event of a particular object. |
SaveObjectSnapshotToFile
|
Saves information about the specified object to a file. |
SetPropertyValue
|
Assigns a new value to an object’s property. |