Vcl.StdCtrls.TStaticText

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TStaticText = class(TCustomStaticText)

C++

class PASCALIMPLEMENTATION TStaticText : public TCustomStaticText

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TStaticText is a windowed control that displays text on a form.

The TStaticText component functions like TLabel, except that it descends from TWinControl and therefore has a window handle. Use TStaticText instead of TLabel when the component's accelerator key must belong to a windowed control—for example, on an ActiveX property page.

See Also