Vcl.WinXPanels.TCustomCardPanel.FindNextCard

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FindNextCard(Index: Integer; GoForward, CheckCardVisible: Boolean): Integer;

C++

int __fastcall FindNextCard(int Index, bool GoForward, bool CheckCardVisible);

Properties

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

Description

Gets the index of the next card in sequence going forwards or backwards.