Contents
- Index
- Previous
- Next
EditControlOptions property
Applies to
TProfGrid component
Declaration
property EditControlOptions: TProfGridEditControlOptions;
Description
Specifies various display and behavioral properties of external controls when the controls are used as custom inplace editors (assigned in the OnGetEditControl event).
EditControlOptions is a set drawn from the following values:
ecoAutoIncreaseRowHeight
The height of the row is automatically increased to fit a control that uses any size constraints.
ecoAutoIncreaseColumnWidth
The width of the column is automatically increased to fit a control that uses any size constraints.
ecoUseEditColor
The color of an external control is automatically set to the value of the EditColor property of the grid.
ecoUseEditFontColor
The font color of an external control is automatically set to the value of the EditFontColor property of the grid.
ecoUseCellFont
The font of an external control is automatically set to the font of the cell being edited.
ecoMakeFlat
The Ctl3D property of an external control is automatically set to False.