Interface iwidgetgrid

Unit

Declaration

type iwidgetgrid = interface(inullinterface)

Description

No description available, ancestor inullinterface description follows

Hierarchy

Overview

Methods

Public function getgrid: tcustomwidgetgrid;
Public function getbrushorigin: pointty;
Public function getcol: twidgetcol;
Public function getdatapo(const arow: integer): pointer;
Public function getrowdatapo: pointer;
Public procedure getdata(var index: integer; var dest);
Public procedure setdata(var index: integer; const source; const noinvalidate: boolean = false);
Public procedure datachange(const index: integer);
Public function getrow: integer;
Public procedure setrow(arow: integer);
Public procedure changed();
Public procedure edited();
Public function empty(index: integer): boolean;
Public function cangridcopy: boolean;
Public procedure updateeditoptions(var aoptions: optionseditty; const aoptions1: optionsedit1ty);
Public procedure coloptionstoeditoptions(var dest: optionseditty; var dest1: optionsedit1ty);
Public function showcaretrect(const arect: rectty; const aframe: tcustomframe): pointty;
Public procedure widgetpainted(const canvas: tcanvas);
Public function nullcheckneeded(const newfocus: twidget): boolean;
Public function nonullcheck: boolean;
Public function nocheckvalue: boolean;
Public procedure updateifigriddata(const alist: tdatalist);

Properties

Public property grid: tcustomwidgetgrid read getgrid;

Description

Methods

Public function getgrid: tcustomwidgetgrid;
 
Public function getbrushorigin: pointty;
 
Public function getcol: twidgetcol;
 
Public function getdatapo(const arow: integer): pointer;
 
Public function getrowdatapo: pointer;
 
Public procedure getdata(var index: integer; var dest);
 
Public procedure setdata(var index: integer; const source; const noinvalidate: boolean = false);
 
Public procedure datachange(const index: integer);
 
Public function getrow: integer;
 
Public procedure setrow(arow: integer);
 
Public procedure changed();
 
Public procedure edited();
 
Public function empty(index: integer): boolean;
 
Public function cangridcopy: boolean;
 
Public procedure updateeditoptions(var aoptions: optionseditty; const aoptions1: optionsedit1ty);
 
Public procedure coloptionstoeditoptions(var dest: optionseditty; var dest1: optionsedit1ty);
 
Public function showcaretrect(const arect: rectty; const aframe: tcustomframe): pointty;
 
Public procedure widgetpainted(const canvas: tcanvas);
 
Public function nullcheckneeded(const newfocus: twidget): boolean;
 
Public function nonullcheck: boolean;
 
Public function nocheckvalue: boolean;
 
Public procedure updateifigriddata(const alist: tdatalist);
 

Properties

Public property grid: tcustomwidgetgrid read getgrid;
 

Generated by PasDoc 0.16.0.