TcxExtEditingControlNavigatorButtons Members
The collection of navigator buttons for an editing control.Constructors
| Name | Description |
|---|---|
| Create(TcxExtEditingControl) | Initializes a new instance of the TcxExtEditingControlNavigatorButtons class with specified settings. |
| Create(IcxNavigatorOwner) | Initializes a new instance of the TcxNavigatorChildComponent class with specified settings. Inherited from TcxNavigatorChildComponent. |
| Create(TPersistent) | Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent. |
Properties
| Name | Description |
|---|---|
| Append | A button that appends a record and makes it the current one. Inherited from TcxCustomNavigatorButtons. |
| ButtonCount | Returns the number of buttons contained in the button collection. Inherited from TcxCustomNavigatorButtons. |
| Buttons | Provides zero-based indexed access to buttons (both default buttons and custom buttons) contained within the button collection. Inherited from TcxCustomNavigatorButtons. |
| Cancel | A button that cancels modifications to the current record. Inherited from TcxCustomNavigatorButtons. |
| ConfirmDelete | |
| CustomButtons | Provides access to a collection of custom buttons. Inherited from TcxCustomNavigatorButtons. |
| DefaultImages | Provides access to a list of images to be displayed within default buttons when the Images property is unassigned. Inherited from TcxCustomNavigatorButtons. |
| Delete | A button that deletes the current record and makes the next record the current one. Inherited from TcxCustomNavigatorButtons. |
| Edit | A button that switches the dataset into edit state so that the current record can be modified. Inherited from TcxCustomNavigatorButtons. |
| Filter | A button that invokes the Filter Builder dialog to create filter expressions. Inherited from TcxCustomNavigatorButtons. |
| First | A button that sets the current record to the first record in the dataset. Inherited from TcxCustomNavigatorButtons. |
| GotoBookmark | A button that moves the cursor to the previously saved bookmark in the underlying dataset. Inherited from TcxCustomNavigatorButtons. |
| Images | Specifies the images which can be displayed within the collection’s navigator buttons. Inherited from TcxCustomNavigatorButtons. |
| Insert | A button that inserts a new record before the current record. Inherited from TcxCustomNavigatorButtons. |
| Last | A button that sets the current record to the last record in the dataset. Inherited from TcxCustomNavigatorButtons. |
| Navigator | Provides access to the navigator that owns the child. Inherited from TcxNavigatorChildComponent. |
| Next | A button that sets the current record to the next record. Inherited from TcxCustomNavigatorButtons. |
| NextPage | A button that scrolls the dataset one page forward relative to the active record. Inherited from TcxCustomNavigatorButtons. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| Post | A button that writes changes made in the current record to the data storage. Inherited from TcxCustomNavigatorButtons. |
| Prior | A button that sets the current record to the previous record. Inherited from TcxCustomNavigatorButtons. |
| PriorPage | A button that scrolls the dataset one page backward relative to the active record. Inherited from TcxCustomNavigatorButtons. |
| Refresh | A button that refreshes data in the associated dataset to update the dataset’s view of the data. Inherited from TcxCustomNavigatorButtons. |
| SaveBookmark | A button that specifies the current bookmark in the dataset. Inherited from TcxCustomNavigatorButtons. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| ClickButton(Integer) | Inherited from TcxCustomNavigatorButtons. |
| CreateButtons protected | Creates a collection of default buttons for a navigator control. Inherited from TcxCustomNavigatorButtons. |
| DoButtonClick(Integer) protected | Implements the appropriate functionality for each non-db navigator button. Inherited from TcxNavigatorControlButtons. |
| Equals(TObject) | Inherited from TObject. |
| GetButtonEnabled(Integer) protected | Sets the button state according to the associated control’s status. Inherited from TcxNavigatorControlButtons. |
| GetButtonHint(Integer) protected | Sets default hints for all navigator buttons. Inherited from TcxCustomNavigatorButtons. |
| GetButtonImageOffset protected | Sets the offset for images displayed on navigator buttons. Inherited from TcxCustomNavigatorButtons. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| ReleaseBookmark | When implemented, removes the current bookmark in the dataset. Inherited from TcxCustomNavigatorButtons. |
| ToString | Inherited from TObject. |
Events
| Name | Description |
|---|---|
| OnButtonClick | Enables you to respond to button clicks. Inherited from TcxCustomNavigatorButtons. |
| OnGetControl | Inherited from TcxNavigatorControlButtons. |
See Also