FMXBarcode
Generates a barcode image as svg-path (TPath.Data)
Install / Use
/learn @ivanovsergeyminsk/FMXBarcodeREADME
FMXBarcode
Generates a barcode image as svg-path (TPath.Data)
| Barcode type | Barcode | Supported |
| --------------- | ----------- | ------------------ |
| Linear | EAN-8 | :white_check_mark: |
| | EAN-13 | :white_check_mark: |
| | UPC-A | :white_check_mark: |
| | UPC-E | :white_check_mark: |
| | ITF-14 | :white_check_mark: |
| | Code-128 | :white_check_mark: |
| | GS-128 | :white_check_mark: |
| | Databar | :x: (future) |
| Two dimensioanl | DataMatrix | :x: (future) |
| | QR Code | :x: (future) |
| | DotCode | :x: (future) |
| Composite | | :x: (future) |

Using
Add the module:
uses
Common.Barcode;
Get svg-path:
var
SVGString: string;
begin
SVGString := TBarcode.SVG(TBarcodeType.EAN8, '1234567');
end;
You can display the barcode through the TPath component:
var
DisplayBarcode: TPath;
begin
//...
DisplayBarcode.Data.Data := TBarcode.SVG(TBarcodeType.Code128, 'User:1234567');
//...
end;
Related Skills
node-connect
348.0kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
108.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
348.0kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
348.0kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
