TcxInplaceEditParams Record
Represents in-place edit parameters.
Declaration
TcxInplaceEditParams = record
Remarks
Fields include:
| Field | Description |
|---|---|
| MultiRowParent | Determines whether a container control can simultaneously display two or more edit values. Returns True for multi-row containers; False – for single-row containers. |
| Position | Contains information about the edit value position within the data controller. |
See Also