TCustomdxPSExplorerItem.HasPropertySheets Method
Gets a value indicating whether items of this type have an associated property sheets dialog.
Declaration
class function HasPropertySheets: Boolean;
Returns
Type |
---|
Boolean |
Remarks
This method’s return value is used internally to determine whether items of a particular kind have an associated property sheets dialog. This specifies whether such item’s context menus display the Properties… item enabled. (Note that this also affect’s the preview window’s Explorer | Properties… item).
The HasPropertySheets method returns True if the PropertySheetsClass method’s return value is not nil.
See Also