RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBNavigator.VisibleButtons Property

Determines which buttons appear on the database navigator.

Pascal
property VisibleButtons: TNavButtonSet;
C++
__property TNavButtonSet VisibleButtons;

Use VisibleButtons to select the buttons that will appear on the navigator. Leave any of the navigator buttons out of the VisibleButtons set to hide those buttons and thereby prevent the user from performing certain operations. For example, to only allow the user to view the records in the dataset, VisibleButtons should include only the nbFirst, nbPrior, nbNext, and nbLast 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!