Vcl.ComCtrls.TListViewStyleHook.DrawHeaderSection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.