RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TThemeServices.DrawEdge Method (HDC, TThemedElementDetails, TRect, Cardinal, Cardinal)

Draws the edge of a themed user interface element.

Pascal
procedure DrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect; Edge: Cardinal; Flags: Cardinal); overload;
procedure DrawEdge(DC: HDC; Details: TThemedElementDetails; const R: TRect; Edge: Cardinal; Flags: Cardinal; ContentRect: PRect); overload;
C++
__fastcall DrawEdge(HDC DC, TThemedElementDetails Details, const TRect R, unsigned Edge, unsigned Flags);
__fastcall DrawEdge(HDC DC, TThemedElementDetails Details, const TRect R, unsigned Edge, unsigned Flags, PRect ContentRect);

Call DrawEdge to draw the edge of a themed user interface element. The area is drawn using the current Operation System theme. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!