Vcl.WinXCalendars.TDrawViewInfoParams

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.WinXCalendars.TDrawParamsSystem.TObjectTDrawViewInfoParams

Delphi

TDrawViewInfoParams = class(TDrawParams)

C++

class PASCALIMPLEMENTATION TDrawViewInfoParams : public TDrawParams

Properties

Type Visibility Source Unit Parent
class public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars Vcl.WinXCalendars

Description

TDrawViewInfoParams is used for parameters for events of TDrawViewInfoEvent.

With TDrawViewInfoParams you can configure the following:

  • Text with the Text property.
  • Border color with the BorderColor property.
  • Border width with the BorderWidth property.
  • Width of the sides of the focused rectangle with the FocusRectWidth property.
  • Color of the dotted focus rectangle with the FocusedColor property.
  • Label of the first element in the group with the GroupText property.
  • Color is used for a rectangle around the selected elements with the SelectionColor property.

See Also