Vcl.DBCtrls.TNavButtonSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNavButtonSet = set of TNavigateBtn;

C++

typedef System::Set<TNavigateBtn, TNavigateBtn::nbFirst, TNavigateBtn::nbCancelUpdates> TNavButtonSet;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls Vcl.DBCtrls

Description

TNavButtonSet is a set of TNavigateBtn values.

TNavButtonSet represents a set of zero or more of the buttons that can appear on a TDBNavigator control.