Class tdbcols

Unit

Declaration

type tdbcols = class(tpersistentarrayprop)

Description

No description available, ancestor tpersistentarrayprop description follows
No description available, ancestor tarrayprop description follows

Hierarchy

Overview

Methods

Public constructor create(const agetname: getnamefuncty);
Public function findcol(const aname: ansistring): tdbcol;
Public function findcolindex(const aname: ansistring): integer;
Public function colbyname(const aname: ansistring): tdbcol;
Public function colsbyname(const anames: array of ansistring): dbcolarty;
Public function colsindexbyname(const anames: array of ansistring): integerarty;

Properties

Public property items[constindex:integer]: tdbcol read getitems;

Description

Methods

Public constructor create(const agetname: getnamefuncty);
 
Public function findcol(const aname: ansistring): tdbcol;
 
Public function findcolindex(const aname: ansistring): integer;
 
Public function colbyname(const aname: ansistring): tdbcol;
 
Public function colsbyname(const anames: array of ansistring): dbcolarty;
 
Public function colsindexbyname(const anames: array of ansistring): integerarty;
 

Properties

Public property items[constindex:integer]: tdbcol read getitems;
 

Generated by PasDoc 0.16.0.