Vcl.WinXCalendars.TCalendarViewDrawerStyled.PrepareHeaderTextParams

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TCalendarViewDrawerStyled

Description

Prepares the parameters for the header text.

Vcl.WinXCalendars.TCalendarViewDrawerStyled.PrepareHeaderTextParams inherits from Vcl.WinXCalendars.TCalendarViewDrawer.PrepareHeaderTextParams. All content below this line refers to Vcl.WinXCalendars.TCalendarViewDrawer.PrepareHeaderTextParams.


Prepares the parameters for the header text.

See Also