RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyPage.OleObjects Property

An array of Dispatch IDs for each ActiveX control being edited by the page.

Pascal
property OleObjects: TInterfaceList;
C++
__property TInterfaceList OleObjects;

Property pages have the ability to be "hooked up to" multiple ActiveX controls, usually by multi-selecting the ActiveX controls in the form designer, and right clicking to invoke the property pages. Cast the value of an entry from the OleObjects Items property to the appropriate interface, such as IUnknown or IDispatch, and use the methods of the interface to access the property values and methods of the control. 

 

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