TdxGuides Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Creates a new Tdx |
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Active |
Specifies if the layer with UI adorner elements is active.
Inherited from Tdx |
Allow |
Specifies if end-users can navigate between guide UI adorners by pressing arrow keys. |
Allow |
Specifies if end-users can navigate between guide UI adorners by pressing the Tab key. |
Border |
Specifies the default border color of guide UI adorners. |
Count |
Gets the number of elements in the collection.
Inherited from Tcx |
Deactivate |
Specifies the keystroke for disabling guide UI adorners. |
Items | Provides zero-based indexed access to all guide UI adorners in the collection. |
Layer |
Specifies the guide background layer color. |
Manager |
Provides access to the UI adorner manager to which the current adorner collection belongs.
Inherited from Tdx |
Parent |
Inherited from Tcx |
#Methods
Name | Description |
---|---|
Add | Appends a new guide UI adorner created with the default settings. |
Add |
Creates a new Tcx |
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
Acquires a lock on the collection.
Inherited from Tcx |
Clear |
Deletes all the Tcx |
Custom |
Inherited from Tcx |
Delete |
Removes the specified Tcx |
End |
Releases a lock and updates the collection.
Inherited from Tcx |
Equals |
Inherited from TObject. |
Find |
Searches a guide UI adorner by its unique component identifier. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Index |
Returns the zero-based index of a specified item within the collection.
Inherited from Tcx |
Index |
Identifies the specified guide UI adorner‘s index within the collection. |
Insert |
Inserts a new guide UI adorner at the specified position within the collection. |
Remove |
Removes a specified item from the collection.
Inherited from Tcx |
Remove |
Removes the specified guide UI adorner from the collection. |
To |
Inherited from TObject. |
Update |
Updates a collection to reflect any changes made.
Inherited from Tcx |
#Events
Name | Description |
---|---|
On |
Inherited from Tcx |
See Also