[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value in the FixedRows property.
Source position: valedit.pas line 173
protected procedure TValueListEditor.SetFixedRows( |
const AValue: Integer |
); override; |
AValue |
|
New value for the property. |
SetFixedRows is a procedure used to set the value in the FixedRows property. SetFixedRows is overridden in TValueListEditor to update the DisplayOptions for the control when the property value is changed.
AValue is the number of fixed rows to use for title captions in the control. No actions are performed in the method when AValue contains a value other than 0 or 1.
When AValue is 0, the value doColumnTitles is excluded from the DisplayOptions property. When AValue is 1, the value doColumnTitles is included in the DisplayOptions property.
Use TitleCaptions to set the title captions for columns at design-time. Use DisplayOptions to enable or disable title captions for the control.
|
Enables or disables display features and behaviors in the control. |
|
|
Title captions used for columns in the control. |
|
|
Number of the fixed rows in the grid. |
Version 4.0 | Generated 2025-05-03 | Home |