[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbwhtml.pp line 79
type TTableColumns = class(TCollection) |
constructor Create; |
public |
function FindColumn(); |
function ColumnByName(); |
property Items []: TTableColumn; [rw] |
end; |
| |
TObject |