Class tifidatacol

Unit

Declaration

type tifidatacol = class(tindexpersistent)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure freedatalist;
Protected procedure checkdatalist; overload;
Protected procedure checkdatalist(const akind: ifidatakindty); overload;
Protected procedure dochange(const sender: tdatalist; const aindex: integer);
Protected procedure doselectionchanged;
Protected procedure beginselect;
Protected procedure endselect;
Protected procedure datachange(const aindex: integer);
Public constructor create(const aowner: tobject; const aprop: tindexpersistentarrayprop); override;
Public destructor destroy; override;

Properties

Public property datalist: tdatalist read getdatalist;
Public property asinteger[const aindex: integer]: integer read getasinteger write setasinteger;
Public property asint64[const aindex: integer]: int64 read getasint64 write setasint64;
Public property ascurrency[const aindex: integer]: currency read getascurrency write setascurrency;
Public property asreal[const aindex: integer]: real read getasreal write setasreal;
Public property asmsestring[const aindex: integer]: msestring read getasmsestring write setasmsestring;
Public property asmsestringint[const aindex: integer]: msestringintty read getasmsestringint write setasmsestringint;
Public property asmsestringinti[const aindex: integer]: integer read getasmsestringinti write setasmsestringinti;
Public property asmsestringints[const aindex: integer]: msestring read getasmsestringints write setasmsestringints;
Public property asrealint[const aindex: integer]: realintty read getasrealint write setasrealint;
Public property asrealintr[const aindex: integer]: realty read getasrealintr write setasrealintr;
Public property asrealinti[const aindex: integer]: integer read getasrealinti write setasrealinti;
Public property asbytes[const aindex: integer]: ansistring read getasbytes write setasbytes;
Public property merged[const row: integer]: boolean read getmerged write setmerged;
Public property selected[row: integer]: boolean read getselected write setselected;
Published property datakind: ifidatakindty read fdatakind write setdatakind default idk_none;
Published property name: ansistring read fname write fname;
Published property onchange: ifidatacolchangeeventty read fonchange write fonchange;

Description

Methods

Protected procedure freedatalist;

This item has no description.

Protected procedure checkdatalist; overload;

This item has no description.

Protected procedure checkdatalist(const akind: ifidatakindty); overload;

This item has no description.

Protected procedure dochange(const sender: tdatalist; const aindex: integer);

This item has no description.

Protected procedure doselectionchanged;

This item has no description.

Protected procedure beginselect;

This item has no description.

Protected procedure endselect;

This item has no description.

Protected procedure datachange(const aindex: integer);

This item has no description.

Public constructor create(const aowner: tobject; const aprop: tindexpersistentarrayprop); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Properties

Public property datalist: tdatalist read getdatalist;

This item has no description.

Public property asinteger[const aindex: integer]: integer read getasinteger write setasinteger;

This item has no description.

Public property asint64[const aindex: integer]: int64 read getasint64 write setasint64;

This item has no description.

Public property ascurrency[const aindex: integer]: currency read getascurrency write setascurrency;

This item has no description.

Public property asreal[const aindex: integer]: real read getasreal write setasreal;

This item has no description.

Public property asmsestring[const aindex: integer]: msestring read getasmsestring write setasmsestring;

This item has no description.

Public property asmsestringint[const aindex: integer]: msestringintty read getasmsestringint write setasmsestringint;

This item has no description.

Public property asmsestringinti[const aindex: integer]: integer read getasmsestringinti write setasmsestringinti;

This item has no description.

Public property asmsestringints[const aindex: integer]: msestring read getasmsestringints write setasmsestringints;

This item has no description.

Public property asrealint[const aindex: integer]: realintty read getasrealint write setasrealint;

This item has no description.

Public property asrealintr[const aindex: integer]: realty read getasrealintr write setasrealintr;

This item has no description.

Public property asrealinti[const aindex: integer]: integer read getasrealinti write setasrealinti;

This item has no description.

Public property asbytes[const aindex: integer]: ansistring read getasbytes write setasbytes;

This item has no description.

Public property merged[const row: integer]: boolean read getmerged write setmerged;

This item has no description.

Public property selected[row: integer]: boolean read getselected write setselected;

This item has no description.

Published property datakind: ifidatakindty read fdatakind write setdatakind default idk_none;

This item has no description.

Published property name: ansistring read fname write fname;

This item has no description.

Published property onchange: ifidatacolchangeeventty read fonchange write fonchange;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.