Dodane przez admin - śr., 04/25/2018 - 15:31

Base class for all presented text controls such as TLabel.

Such controls provide a separation between data and presentation, uses the methods declared in the ITextSettings interface to manage the visual text representation properties (TFont.Family, TFont.Size, TFont.Style, FontColor, HorzAlign, VertAlign, Trimming, and WordWrap), and uses the TTextSettingsInfo service class to manage sets of styled text representation properties stored in the DefaultTextSettingsTextSettingsStyledSettings, and ResultingTextSettings properties.

TTextControl implements the IAcceleratorKeyReceiver interface to allow the use of this control as an accelerator key receiver.