Vcl.Samples.Calendar.TCalendar.NextMonth

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure NextMonth;

C++

void __fastcall NextMonth();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.Samples.Calendar.pas
Vcl.Samples.Calendar.hpp
Vcl.Samples.Calendar TCalendar

Beschreibung

Wechselt zum nächsten Monat.

Mit der Methode NextMonth wird zum nächsten Monat gewechselt. Wenn z. B. der aktuelle Monat 6 ist (dem Monat Juni entsprechend), wird durch den Aufruf von NextMonth die Eigenschaft Month inkrementiert.

Siehe auch

Codebeispiele