Links
EControl Syntax Editor SDK
TDBSyntaxMemo.DataField Property

Specifies the name of the field for which the database memo displays data.

property DataField: string;

Use DataField to link the memo control to a field in the dataset. Just setting DataField by itself will not link the memo control to a database field. Additionally, the dataset which contains the field must be specified by setting the DataSource property.

Copyright (c) 2004-2011. All rights reserved.
What do you think about this topic? Send feedback!