TCustomdxPSExplorerItem.PropertySheetsClass Method
Returns the type of an object that provides the property sheets dialog for items of a particular type.
Declaration
class function PropertySheetsClass: TCustomdxPSExplorerItemPropertySheetsClass; virtual;
Returns
Type |
---|
TCustomdxPSExplorerItemPropertySheetsClass |
Remarks
As implemented in the TCustomdxPSExplorerItem class, the PropertySheetsClass method returns nil. The TdxPSExplorerItem class overrides this method to provide a common property sheets dialog for report items used both in file-based and data-aware explorers.
See Also