Vcl.StdCtrls.TStaticText.AutoSize

Aus RAD Studio API Documentation

Delphi

property AutoSize: Boolean read FAutoSize write SetAutoSize default 1;

C++

__property AutoSize = {default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TStaticText

Beschreibung

Legt fest, ob sich die Komponente automatisch an die Größe des Textes anpasst. {{#multireplace:Vcl.StdCtrls.TStaticText.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.StdCtrls.TCustomStaticText.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.StdCtrls.TCustomStaticText.AutoSize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Legt fest, ob sich die Komponente automatisch an die Größe des Textes anpasst.

Wenn AutoSize true ist, passt sich die Komponente sowohl zur Laufzeit als auch zur Entwurfszeit automatisch an Änderungen der Schriftgröße oder der Beschriftung an.

Siehe auch