Vcl.ComCtrls.TUpDown

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.ComCtrls.TCustomUpDownVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTUpDown

Delphi

TUpDown = class(TCustomUpDown)

C++

class PASCALIMPLEMENTATION TUpDown : public TCustomUpDown

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls


Beschreibung

TUpDown kapselt den unter Windows üblichen Wippregler.

Mit TUpDown fügen Sie einem Formular einen Wippregler hinzu. Wippregler bestehen aus einem Paar von Pfeilschaltflächen (z. B. die Pfeile in einem Drehfeld). Mit Wippreglern können Benutzer numerische Werte ändern, indem sie auf eine Schaltfläche mit einem Pfeilsymbol klicken.

Siehe auch