Vcl.OleCtnrs.TOleContainer.ObjectPropertiesDialog

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ObjectPropertiesDialog: Boolean;

C++

bool __fastcall ObjectPropertiesDialog(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs TOleContainer

Description

Displays the OLE Object Properties property sheet.

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.

See Also