Vcl.Themes.TAbstractStyleServices.DoDrawParentBackground

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoDrawParentBackground(Window: HWND; Target: HDC; Details: PThemedElementDetails;  OnlyIfTransparent: Boolean; Bounds: PRect): Boolean; overload; virtual; abstract;

C++

virtual bool __fastcall DoDrawParentBackground(HWND Window, HDC Target, PThemedElementDetails Details, bool OnlyIfTransparent, System::Types::PRect Bounds) = 0 /* overload */;

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.