TTMSFNCDataGridDataURLOptions Class
Options for URL detection in cell text: AutoDetect (auto-detect URLs and format them as links) and AutoOpen (open the URL in a browser on click).
API unit family: TMSFNCDataGridData
Inherits from: TPersistent
Syntax
TTMSFNCDataGridDataURLOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| AutoDetect | When True, cell text is scanned for URL patterns and rendered as clickable hyperlinks. Default is False. |
| AutoOpen | When True (default), clicking a detected URL opens it in the system browser. |