Vcl.WinXPanels.TCustomCardPanel.Loop

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Loop: Boolean read FLoop write FLoop default True;

C++

__property bool Loop = {read=FLoop, write=FLoop, default=1};

Properties

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

Description

Controls if the NextCard and PreviousCard methods loop around to the other end of the card listwhen navigating.