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

TThemedElementDetails

Record type with a theme element, part, and state values.

Declaration

Source position: themes.pas line 410

type TThemedElementDetails = record

  Element: TThemedElement;

  

  Part: Integer;

  

  State: Integer;

  

end;