TCustomdxPSExplorerItem.ShowPropertySheets Method
Invokes the property sheets dialog for the item, if possible.
Declaration
function ShowPropertySheets: Boolean;
Returns
Type |
---|
Boolean |
Remarks
Report items displayed by file-based and data-aware explorers provide property sheets dialogs. These dialogs are invoked by the ShowPropertySheets method call. Note that the method is called automatically when end-users select the Properties… item of an item’s context menu or press the ALT-F10 key combination.
The method returns True if the property sheets dialog has been successfully invoked and closed using the OK button.
Note that the property sheets dialog type is determined by the PropertySheetsClass class function.
See Also