TdxPSExplorerItem Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new item.
Inherited from TCustomdx |
#Properties
Name | Description |
---|---|
Display |
Gets the item’s display name.
Inherited from TCustomdx |
Has |
Indicates if the item has invalid data. |
Info |
Returns the item’s hint text.
Inherited from TCustomdx |
Is |
Indicates whether the item is currently loaded. |
Name |
Specifies the item’s name.
Inherited from TCustomdx |
Parent |
Specifies the item’s parent folder.
Inherited from TCustomdx |
Report |
Provides access to the report document’s settings. |
#Methods
Name | Description |
---|---|
Can |
Indicates whether the item can serve as the parent for the specified item.
Inherited from TCustomdx |
Can |
Indicates whether the item can be deleted.
Inherited from TCustomdx |
Can |
Indicates whether the report item’s data can be loaded into the preview window. |
Can |
Indicates whether the item can be moved.
Inherited from TCustomdx |
Can |
Indicates whether the item can be moved to the specified position.
Inherited from TCustomdx |
Cannot |
Returns the text displayed within the error message box when the item fails to be renamed.
Inherited from TCustomdx |
Can |
Returns a value indicating end-users can start editing the item’s caption.
Inherited from TCustomdx |
Can |
Returns a value indicating whether the item can accept the name specified.
Inherited from TCustomdx |
Create |
Creates a stream containing the item’s content. |
Data |
Returns the text displayed within an error message box that is invoked when the loading of an item’s data fails. |
Delete |
Deletes the item.
Inherited from TCustomdx |
Delete |
Returns the text displayed by the confirmation box that is invoked before deleting the item.
Inherited from TCustomdx |
Equals |
Inherited from TObject. |
Explorer |
Returns the explorer component that owns this item.
Inherited from TCustomdx |
Get |
Inherited from TObject. |
Get |
Enables you to obtain the item’s unique ID.
Inherited from TCustomdx |
Has |
Returns a value indicating whether the item is a child of the item passed as the parameter.
Inherited from TCustomdx |
Has |
Gets a value indicating whether items of this type have an associated property sheets dialog.
Inherited from TCustomdx |
Is |
Indicates whether the owning explorer component is loading data presently. |
Is |
Determines whether the item’s name is the same as the specified string.
Inherited from TCustomdx |
Load |
Loads the item’s data into a particular report link. |
Overwrite |
Returns a message displayed when moving an item to a folder that already contains an item with the same name.
Inherited from TCustomdx |
Property |
Returns the type of an object that provides the property sheets dialog for items of a particular type.
Inherited from TCustomdx |
Retrieve |
Loads report data from a report link to the report item. |
Show |
Invokes the property sheets dialog for the item, if possible.
Inherited from TCustomdx |
To |
Inherited from TObject. |
Unload | Unloads the item’s data from the associated report link. |
See Also