....
DictTable dictTable;
DictField DictField;
str property1;
str TableName;
str FieldName;
....
DictTable = new DictTable(TableName2Id(parent.AOTname()));
DictField = new DictField( TableName2Id(TableName), dictTable.fieldName2Id(FieldName));
property1 = DictField.label();
|