Vcl.ExtCtrls.TCustomLinkLabel.SetAutoSize

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetAutoSize(Value: Boolean); override;

C++

virtual void __fastcall SetAutoSize(bool Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomLinkLabel

Beschreibung

Setzt den Wert der Eigenschaft AutoSize.

Vcl.ExtCtrls.TCustomLinkLabel.SetAutoSize erbt von Vcl.Controls.TControl.SetAutoSize. Der folgende Inhalt bezieht sich auf Vcl.Controls.TControl.SetAutoSize.

Setzt den Wert der Eigenschaft AutoSize.

SetAutoSize ist in der Klasse TControl eine protected Methode. Sie wird zum Setzen des Wertes der Eigenschaft AutoSize verwendet.

Siehe auch