Unit 'Themes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TThemeServices.DrawEdge

Default drawing for the edges on a themed element.

Declaration

Source position: themes.pas line 488

public procedure TThemeServices.DrawEdge(

  DC: HDC;

  Details: TThemedElementDetails;

  const R: TRect;

  Edge: Cardinal;

  Flags: Cardinal;

  AContentRect: PRect = Nil

); virtual;