Vcl.NumberBox.TCustomNumberBox.FButtons

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FButtons: array[0..1] of TNumberBoxButton;

C++

System::StaticArray<TNumberBoxButton*, 2> FButtons;

Properties

Type Visibility Source Unit Parent
field protected
Vcl.NumberBox.pas
Vcl.NumberBox.hpp
Vcl.NumberBox TCustomNumberBox

Description

Used internally to hold a reference to these controls buttons.

Do not use the FButtons field in applications.


See Also