TTMSFNCDataGridDataFindOptions Class
Tracks the starting cell position for Find/Replace operations: the column and row from which the next search begins.
API unit family: TMSFNCDataGridData
Inherits from: TPersistent
Syntax
TTMSFNCDataGridDataFindOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Column | Zero-based column index from which the next Find operation starts. Default is 0. |
| Row | Zero-based row index from which the next Find operation starts. Default is 0. |