Vcl.Themes.TAbstractStyleServices.DoDrawEdge

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoDrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect;
Edges: TElementEdges; Flags: TElementEdgeFlags; ContentRect: PRect; DPI: Integer = 0): Boolean; overload; virtual; abstract;

C++

virtual bool __fastcall DoDrawEdge(HDC DC, const TThemedElementDetails &Details, const Winapi::Windows::TRect &R, TElementEdges Edges, TElementEdgeFlags Flags, Winapi::Windows::PRect ContentRect, int DPI = 0x0) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TAbstractStyleServices

Description

Embarcadero Technologies does not currently have any additional information.