API:Vcl.Themes.TCustomStyleServices.DrawElement
Delphi
function DrawElement(DC: HDC; Details: TThemedElementDetails; const R, ClipRect: TRect): Boolean; overload; inline;
function DrawElement(DC: HDC; Details: TThemedElementDetails; const R: TRect; ClipRect: PRect = nil): Boolean; overload;
C++
bool __fastcall DrawElement(HDC DC, const TThemedElementDetails &Details, const System::Types::TRect &R, const System::Types::TRect &ClipRect)/* overload */;
bool __fastcall DrawElement(HDC DC, const TThemedElementDetails &Details, const System::Types::TRect &R, System::Types::PRect ClipRect = (System::Types::PRect)(0x0))/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Vcl.Themes.pas Vcl.Themes.hpp |
Vcl.Themes | TCustomStyleServices |
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!