Vcl.Styles.TCustomStyle.InternalDrawText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function InternalDrawText(DC: HDC; Details: TThemedElementDetails;
const S: string; const R: TRect; Flags: TTextFormat; Color: TColor; DPI: Integer = 0): Boolean;

C++

bool __fastcall InternalDrawText(HDC DC, const Vcl::Themes::TThemedElementDetails &Details, const System::UnicodeString S, const System::Types::TRect &R, Vcl::Graphics::TTextFormat Flags, System::Uitypes::TColor Color, int DPI = 0x0);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Styles.pas
Vcl.Styles.hpp
Vcl.Styles TCustomStyle

Description

Embarcadero Technologies does not currently have any additional information.