Table of Contents

Getting started with TMS FNC Cloud Demo List Box

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC Cloud Pack installed.
  • An account and API credentials for cloud item display.

Add the component

  1. Drop TTMSFNCCloudDemoListBox onto a form or create it in code.
  2. Set the required authentication properties with your API credentials.
  3. Call the desired method to interact with cloud item display.

pascal { Inside your form's OnCreate event: } var Cloud: TTMSFNCCloudDemoListBox; begin Cloud := TTMSFNCCloudDemoListBox.Create(Self); { Set authentication and connection properties here. } end;

Next steps

  • Guides — authentication setup, key operations, and error handling.
  • API reference — full class reference.