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