Vcl.ExtCtrls.TCellItem.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Double read FValue write SetValue;

C++

__property double Value = {read=FValue, write=SetValue};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCellItem

Description

Sets the size of the cell item.

Use the Value property to specify the size of the column or row in the grid. This value can be set automatically or expressed as a percentage of the grid size or as an absolute value, depending on the SizeStyle. For example, if SizeStyle is set to ssPercent, and you specify a value of 60, the column occupies approximately 60% of the grid panes width or a row occupies approximately 60% of the grid panel height.