[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'msegrids' (#msegui)

tdatacols

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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();

  property cols []: tdatacol; default; [rw]

  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 font: tcolsfont;

  property fontselect: tcolsfontselect;

  property linewidth: Integer;

  property linecolor: colorty;

  property linecolorfix: colorty;

end;

Inheritance

tdatacols

|

tcols

|

tgridarrayprop

|

tindexpersistentarrayprop

|

townedpersistentarrayprop

|

tpersistentarrayprop,iobjectlink

|

tarrayprop

|

tpersistent

?

TObject


Documentation generated on: 2021-05-13