Vcl.StdCtrls.TFNDrawText

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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