RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOleContainer.ObjectPropertiesDialog Method

Displays the OLE Object Properties property sheet.

Pascal
function ObjectPropertiesDialog: Boolean;
C++
__fastcall Boolean ObjectPropertiesDialog();

Call ObjectPropertiesDialog to let the user see and edit the properties of the OLE object. Any changes the user makes in the property sheet are automatically made to the OLE object. ObjectPropertiesDialog returns true if the property sheet was successfully displayed and the user chose the OK button. It returns false otherwise.  

If the OLE container is empty, ObjectPropertiesDialog raises an exception. 

 

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