TcxExtEditingControlNavigatorButtons Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
Create |
Initializes a new instance of the Tcx |
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Append |
A button that appends a record and makes it the current one.
Inherited from Tcx |
Button |
Returns the number of buttons contained in the button collection.
Inherited from Tcx |
Buttons |
Provides zero-based indexed access to buttons (both default buttons and custom buttons) contained within the button collection.
Inherited from Tcx |
Cancel |
A button that cancels modifications to the current record.
Inherited from Tcx |
Confirm |
|
Custom |
Provides access to a collection of custom buttons.
Inherited from Tcx |
Default |
Provides access to a list of images to be displayed within default buttons when the Images property is unassigned.
Inherited from Tcx |
Delete |
A button that deletes the current record and makes the next record the current one.
Inherited from Tcx |
Edit |
A button that switches the dataset into edit state so that the current record can be modified.
Inherited from Tcx |
Filter |
A button that invokes the Filter Builder dialog to create filter expressions.
Inherited from Tcx |
First |
A button that sets the current record to the first record in the dataset.
Inherited from Tcx |
Goto |
A button that moves the cursor to the previously saved bookmark in the underlying dataset.
Inherited from Tcx |
Images |
Specifies the images which can be displayed within the collection’s navigator buttons.
Inherited from Tcx |
Insert |
A button that inserts a new record before the current record.
Inherited from Tcx |
Last |
A button that sets the current record to the last record in the dataset.
Inherited from Tcx |
Navigator |
Provides access to the navigator that owns the child.
Inherited from Tcx |
Next |
A button that sets the current record to the next record.
Inherited from Tcx |
Next |
A button that scrolls the dataset one page forward relative to the active record.
Inherited from Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Post |
A button that writes changes made in the current record to the data storage.
Inherited from Tcx |
Prior |
A button that sets the current record to the previous record.
Inherited from Tcx |
Prior |
A button that scrolls the dataset one page backward relative to the active record.
Inherited from Tcx |
Refresh |
A button that refreshes data in the associated dataset to update the dataset’s view of the data.
Inherited from Tcx |
Save |
A button that specifies the current bookmark in the dataset.
Inherited from Tcx |
#Methods
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Click |
Inherited from Tcx |
Create |
Creates a collection of default buttons for a navigator control.
Inherited from Tcx |
Do |
Implements the appropriate functionality for each non-db navigator button.
Inherited from Tcx |
Equals |
Inherited from TObject. |
Get |
Sets the button state according to the associated control’s status.
Inherited from Tcx |
Get |
Sets default hints for all navigator buttons.
Inherited from Tcx |
Get |
Sets the offset for images displayed on navigator buttons.
Inherited from Tcx |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Query |
Inherited from TInterfaced |
Release |
When implemented, removes the current bookmark in the dataset.
Inherited from Tcx |
To |
Inherited from TObject. |
#Events
Name | Description |
---|---|
On |
Enables you to respond to button clicks.
Inherited from Tcx |
On |
Inherited from Tcx |
See Also