[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msegrids.pas line 1556
type tdatacols = class(tcols) |
public |
constructor create(); |
destructor destroy; override; |
function sortfunc(); |
procedure move(); override; |
function previosvisiblecol(); |
function nextvisiblecol(); |
property lastvisiblecol: Integer; [r] |
function rowempty(); |
function colbyname(); |
function datalistbyname(); |
function colsubdatainfo(); |
procedure clearselection; |
function hasselection; |
property selectedrowcount: int32; [r] |
function selectedcellcount; |
function hascolselection; |
property selectedcells: gridcoordarty; [rw] |
property selectedrows: integerarty; [rw] |
property rowselected []: Boolean; [rw] |
property selected []: Boolean; [rw] |
procedure setselectedrange(); |
procedure mergecols(); |
procedure unmergecols(); |
property rowstate: trowstatelist; [r] |
function defaultrowheight; |
property readonly: Boolean; [rw] |
published |
property sortcol: Integer; [rw] |
property sortcoldefault: Integer; [rw] |
property newrowcol: Integer; [rw] |
property width: Integer; |
property options: coloptionsty; |
property options1: coloptions1ty; |
property fontselect: tcolsfontselect; |
property linewidth: Integer; |
property linecolorfix: colorty; |
end; |
| |
| |
| |
| |
| |
| |
| |
tpersistent |
? |
TObject |