Class tdbcols
Unit
Declaration
type tdbcols = class(tpersistentarrayprop)
Description
This item has no description.
Hierarchy
- TObject
- tpersistent
- tarrayprop
- tpersistentarrayprop
- tdbcols
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[const index: integer]: tdbcol read getitems; |
Description
Methods
| Public | constructor create(const agetname: getnamefuncty); |
|
This item has no description. | |
| Public | function findcol(const aname: ansistring): tdbcol; |
|
This item has no description. | |
| Public | function findcolindex(const aname: ansistring): integer; |
|
This item has no description. | |
| Public | function colbyname(const aname: ansistring): tdbcol; |
|
This item has no description. | |
| Public | function colsbyname(const anames: array of ansistring): dbcolarty; |
|
This item has no description. | |
| Public | function colsindexbyname(const anames: array of ansistring): integerarty; |
|
This item has no description. | |
Properties
| Public | property items[const index: integer]: tdbcol read getitems; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.