ApiOleObject
class ApiOleObject
Description
Class representing an Ole object.
Instance Methods
- GetClassType
(): oleObject
Returns a type of the ApiOleObject class.
- SetData
(sData): boolean
Sets the data to the current OLE object.
- GetData
(): string
Returns the string data from the current OLE object.
- SetApplicationId
(sAppId): boolean
Sets the application ID to the current OLE object.
- GetApplicationId
(): string
Returns the application ID from the current OLE object.