API:Vcl.ExtCtrls.TLabeledEdit.LabelSpacing

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property LabelSpacing: Integer read FLabelSpacing write SetLabelSpacing default 3;

C++

__property LabelSpacing = {default=3};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TLabeledEdit

Beschreibung

Gibt den Abstand (in Pixel) zwischen der Beschriftung und dem Eingabefeld an.

Vcl.ExtCtrls.TLabeledEdit.LabelSpacing erbt von Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing. Der folgende Inhalt bezieht sich auf Vcl.ExtCtrls.TCustomLabeledEdit.LabelSpacing.

Gibt den Abstand (in Pixel) zwischen der Beschriftung und dem Eingabefeld an.

Mit LabelSpacing können Sie den Abstand zwischen der Beschriftung und dem Eingabefeld festlegen.

Siehe auch

Codebeispiele