Vcl.Themes.TAbstractStyleServices.DoGetElementContentRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetElementContentRect(DC: HDC; Details: TThemedElementDetails;  const BoundingRect: TRect; out ContentRect: TRect; DPI: Integer = 0): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoGetElementContentRect(HDC DC, const TThemedElementDetails &Details, const System::Types::TRect &BoundingRect, /* out */ System::Types::TRect &ContentRect, int DPI = 0x0) = 0 ;

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.