Table of Contents

Getting Started with TMS FNC Stroke Kind Picker

Prerequisites

  • Delphi with TMS FNC UI Pack installed.
  • A new or existing VCL, FMX, or WEB application.

Steps

  1. Drop a TTMSFNCStrokeKindPicker onto a form.
  2. Use TTMSFNCStrokeKindSelector for an always-visible grid, or TTMSFNCStrokeKindPicker for a compact dropdown in a toolbar.
  3. Handle OnSelectStrokeKind to read the chosen TTMSFNCGraphicsStrokeKind value and apply it to a drawing operation.

Next steps