Vcl.ComCtrls.TCommonCalendar.ShowToday

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property ShowToday: Boolean read FShowToday write SetShowToday default True;

C++

__property bool ShowToday = {read=FShowToday, write=SetShowToday, default=1};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCommonCalendar

Description

Spécifie si la date d'aujourd'hui est affichée sous le calendrier.

Utilisez ShowToday pour spécifier si la date d'aujourd'hui (date système) est affichée sous le calendrier.

Voir aussi