RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPage.EnumCtlProps Method

Looks for a PropType type property in a control on the form.

Pascal
procedure EnumCtlProps(PropType: TGUID; PropNames: TStrings);
C++
__fastcall EnumCtlProps(TGUID PropType, TStrings PropNames);

Use EnumCtlProps to locate all properties of the ActiveX object specified by OleObject that use the GUID specified by the PropType parameter. The names of all properties of the specified type are added to the PropNames list. The property names can be used subsequently to read or write property values using the IDispatch interface of the ActiveX object.

Note: EnumCtlProps does not clear the PropNames list before adding property names. Applications should clear the string list before calling EnumCtlProps to avoid mistaking entries that were previously in the list for properties of the ActiveX object.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!