Vcl.StdCtrls.TFNDrawText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFNDrawText = procedure(DC: HDC; const Text: UnicodeString; var TextRect: TRect; TextFlags: Cardinal) of object;

C++

typedef void __fastcall (__closure *TFNDrawText)(HDC DC, const System::UnicodeString Text, System::Types::TRect &TextRect, unsigned TextFlags);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls Vcl.StdCtrls

Description

TFNDrawText represents the procedure type for the events that specify the details of the Text property of a control.

A variable of TFNDrawText type references an event that occurs when creating a control and specifies the details of the Text property.

See Also