Class IOLEObject (unit RichText)

Inherits from

IDispatch

The RichTextBox control enables you to add insertable objects to an RTF file. Insertable objects are represented by the OLEObject.

Constructors



Functions

procedure DoVerb(verb: OleVariant);


function FetchVerbs: SYSINT;


function Get_Class_: WideString;


function Get_DisplayType: DisplayTypeConstants;


function Get_Index: SYSINT;


function Get_Key: WideString;


function Get_ObjectVerbFlags: OleVariant;


function Get_ObjectVerbs: OleVariant;


function Get_ObjectVerbsCount: SYSINT;


procedure Set_DisplayType(Value: DisplayTypeConstants);


procedure Set_Key(const Value: WideString);


Properties

property Class_ : WideString


property DisplayType : DisplayTypeConstants


property Index : SYSINT


property Key : WideString


property ObjectVerbFlags : OleVariant


property ObjectVerbs : OleVariant


property ObjectVerbsCount : SYSINT


Events

Variables


Constructors


Functions


procedure DoVerb(verb: OleVariant);


function FetchVerbs: SYSINT;


function Get_Class_: WideString;


function Get_DisplayType: DisplayTypeConstants;


function Get_Index: SYSINT;


function Get_Key: WideString;


function Get_ObjectVerbFlags: OleVariant;


function Get_ObjectVerbs: OleVariant;


function Get_ObjectVerbsCount: SYSINT;


procedure Set_DisplayType(Value: DisplayTypeConstants);


procedure Set_Key(const Value: WideString);


Properties


property Class_ : WideString


property DisplayType : DisplayTypeConstants


property Index : SYSINT


property Key : WideString


property ObjectVerbFlags : OleVariant


property ObjectVerbs : OleVariant


property ObjectVerbsCount : SYSINT


Events


Variables