Getting Started with TMS FNC Page Control
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCPageControlonto a form. - Right-click the control and choose Add page to add pages, or call
Pages.Addin code. - Set
ActivePageIndexto show a specific page; handleOnChangePageto respond to tab selection.