TdxBarDBNavigator.VisibleButtons Property
Specifies a collection of buttons that are shown in the item list of the Customization Form.
Declaration
property VisibleButtons: TdxBarDBNavButtonTypes read; write; default [];
Property Value
Type |
---|
TdxBarDBNavButtonTypes |
Remarks
The VisibleButtons property contains a collection of button types which was created in a bar manager’s category. The items which correspond to the visible buttons can be placed on any TdxBarManager toolbar or TdxBarPopupMenu. The buttons can also be moved to any category. Use the bar manager’s CategoryItemsVisible property to specify the visibility of the category items that correspond to the buttons. This is useful when it’s necessary to restrict user actions on data (for instance, to provide full access or read-only access to data records).
See Also