|
AppendOnInsert |
This property determins whether a click on the Insert button will perform
an Insert or an Append operation on the dataset. |
|
ButtonsOrder |
|
CustomGlyphs |
This provides a list of customized glyphs for the toolbar. |
|
CustomGlyphsSupplied |
Set this property to indicate which glyphs have been supplied in the
CustomGlyphs property. |
|
DataSource |
Reference to the DataSource to perform actions upon. |
|
Flat |
Makes the buttons use the Flat button style. |
|
FocusedButton |
The currently selected button of the button set. |
|
ForceDelete |
This property is to make the Delete button always enabled even if the
dataset's CanDelete property returns false. |
|
ForceEdit |
This property is to make the Edit button always enabled even if the
dataset's CanEdit property returns false. |
|
ForceInsert |
This property is to make the Insert button always enabled even if the
dataset's CanInsert property returns false. |
|
OnReceiveFocus |
This event allows a custom action to be performed when a Focus event
is received. |
|
ReceiveFocus |
This property is used in conjunction with the AnnounceFocus property of
the DataSource component. |
|
VisibleButtons |
Set which button are visible to the user. |