Vcl.WinXCalendars.TCalendarViewDrawer.PrepareHeaderTextParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PrepareHeaderTextParams(ADrawParams: TDrawParams; AHeader: TCalendarHeaderText;
AHighlited: Boolean; AEnabled: Boolean); virtual;

C++

virtual void __fastcall PrepareHeaderTextParams(TDrawParams* ADrawParams, TCalendarHeaderText* AHeader, bool AHighlited, bool AEnabled);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewDrawer

Description

Prepares the parameters for the header text.

See Also