Vcl.ActnMan.TCustomActionControl.DrawText
Delphi
procedure DrawText(var ARect: TRect; var Flags: Cardinal; Text: string); virtual;
C++
virtual void __fastcall DrawText(Winapi::Windows::TRect &ARect, unsigned &Flags, System::UnicodeString Text);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionControl |
Description
Draws text on the control.
Use DrawText to draw the text specified by Text on the control within the area specified by ARect.