Vcl.WinXPanels.TCustomCardPanel.PreviousCard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PreviousCard;

C++

void __fastcall PreviousCard();

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 previous visible card in sequence.

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