A base class holding a collection of TPgLoaderColumn objects.
For a list of all members of this type, see TPgLoaderColumn members.
TPgLoaderColumn = class(TDAColumn);
Each TPgLoader uses TPgLoaderColumn to maintain a collection of TPgLoaderColumn objects. TPgLoaderColumn object represents the attributes for column loading. Every TPgLoaderColumn object corresponds to one of the table fields with the same name as its Name property.
To create columns at design time use column editor of TPgLoader component.
TDAColumn
TPgLoaderColumn