Interface iwidgetgrid
Unit
Declaration
type iwidgetgrid = interface(inullinterface)
Description
No description available, ancestor inullinterface description follows
Hierarchy
- IInterface
- inullinterface
- iwidgetgrid
Overview
Methods
function getgrid: tcustomwidgetgrid; |
|
function getbrushorigin: pointty; |
|
function getcol: twidgetcol; |
|
function getdatapo(const arow: integer): pointer; |
|
function getrowdatapo: pointer; |
|
procedure getdata(var index: integer; var dest); |
|
procedure setdata(var index: integer; const source; const noinvalidate: boolean = false); |
|
procedure datachange(const index: integer); |
|
function getrow: integer; |
|
procedure setrow(arow: integer); |
|
procedure changed(); |
|
procedure edited(); |
|
function empty(index: integer): boolean; |
|
function cangridcopy: boolean; |
|
procedure updateeditoptions(var aoptions: optionseditty; const aoptions1: optionsedit1ty); |
|
procedure coloptionstoeditoptions(var dest: optionseditty; var dest1: optionsedit1ty); |
|
function showcaretrect(const arect: rectty; const aframe: tcustomframe): pointty; |
|
procedure widgetpainted(const canvas: tcanvas); |
|
function nullcheckneeded(const newfocus: twidget): boolean; |
|
function nonullcheck: boolean; |
|
function nocheckvalue: boolean; |
|
procedure updateifigriddata(const alist: tdatalist); |
Properties
property grid: tcustomwidgetgrid read getgrid; |
Description
Methods
function getgrid: tcustomwidgetgrid; |
|
function getbrushorigin: pointty; |
|
function getcol: twidgetcol; |
|
function getdatapo(const arow: integer): pointer; |
|
function getrowdatapo: pointer; |
|
procedure getdata(var index: integer; var dest); |
|
procedure setdata(var index: integer; const source; const noinvalidate: boolean = false); |
|
procedure datachange(const index: integer); |
|
function getrow: integer; |
|
procedure setrow(arow: integer); |
|
procedure changed(); |
|
procedure edited(); |
|
function empty(index: integer): boolean; |
|
function cangridcopy: boolean; |
|
procedure updateeditoptions(var aoptions: optionseditty; const aoptions1: optionsedit1ty); |
|
procedure coloptionstoeditoptions(var dest: optionseditty; var dest1: optionsedit1ty); |
|
function showcaretrect(const arect: rectty; const aframe: tcustomframe): pointty; |
|
procedure widgetpainted(const canvas: tcanvas); |
|
function nullcheckneeded(const newfocus: twidget): boolean; |
|
function nonullcheck: boolean; |
|
function nocheckvalue: boolean; |
|
procedure updateifigriddata(const alist: tdatalist); |
|
Properties
property grid: tcustomwidgetgrid read getgrid; |
|
Generated by PasDoc 0.16.0.