Vcl.ComCtrls.THeaderStyleHook.DrawHeaderSection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawHeaderSection(Canvas: TCanvas; R: TRect; Index: Integer;  const Text: string; IsPressed, IsHot, IsBackground: Boolean); virtual;

C++

virtual void __fastcall DrawHeaderSection(Vcl::Graphics::TCanvas* Canvas, const System::Types::TRect &R, int Index, const System::UnicodeString Text, bool IsPressed, bool IsHot, bool IsBackground);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderStyleHook

Description

Embarcadero Technologies does not currently have any additional information.