PreviousNext
Help > 32-bit version of the RAD Studio IDE > Easycom For Delphi connector > The Easycom IDAPI Driver (with BDE) > Specific Components > ACE4Tbl
ACE4Tbl

 Description

 

This component is essentially a design-time component.

It allows to update the 'DisplayLabel' properties of a TTable component to be update from the column headers.

 

 

How to use

 

Put a TTable linked with ACE/400 on the Form. Connect it to an AS/400 file that has column h headers in it (you can check it with a DSPFFD on the file). Use the field editor of the TTable to add the fields you want to use with the file.

 

Then put a TACE400Tbl component on the form. Link it to the TTable component. Then double-click on the TACE400Tbl component, and all the display labels are updated!!!

 

At the end, the component can be deleted, or used to update another TTable component.

 

Properties

 

ACEDataSet

property ACEDataSet:TDBDataSet;

 

Description

This property points to the TTable component that will be updated.

 

Methods

 

UpdateFields

procedure UpdateFields;

 

Description

This function is used to update the display labels at run time.