Vcl.Samples.Calendar.TCalendar.CellText

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CellText[ACol, ARow: Integer]: string read GetCellText;

C++

__property System::UnicodeString CellText[int ACol][int ARow] = {read=GetCellText};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Description

Spécifie le texte d'une position donnée dans la grille du calendrier.

La propriété en lecture seule CellText spécifie le texte d'une position donnée dans la grille du calendrier.

Par exemple :

  ShowMessage(Format('Le jour à la position [%d,%d] est %s.', [1, 3, Calendar1.CellText[1, 3]]));

Voir aussi