Vcl.WinXPanels.TCustomCardPanel.NextCard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure NextCard;

C++

void __fastcall NextCard();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXPanels.pas
Vcl.WinXPanels.hpp
Vcl.WinXPanels TCustomCardPanel

Description

Changes the active card to be the next visible card in sequence.

If Loop is True and the current card is the last card in the list, then the first card is activated. If the Loop is False, the navigation sops at the last card.