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
- Drop a
TTMSFNCStrokeKindPickeronto a form. - Use
TTMSFNCStrokeKindSelectorfor an always-visible grid, orTTMSFNCStrokeKindPickerfor a compact dropdown in a toolbar. - Handle
OnSelectStrokeKindto read the chosenTTMSFNCGraphicsStrokeKindvalue and apply it to a drawing operation.