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

TThemeServices.DrawElement

Draws a theme element using the specified theme element details.

Declaration

Source position: themes.pas line 490

public procedure TThemeServices.DrawElement(

  DC: HDC;

  Details: TThemedElementDetails;

  const R: TRect;

  ClipRect: PRect = Nil

); virtual;