Data Property (Read/Write)

Top  Previous  Next

Sets/gets and gets the data of the field.

 

Visual Basic Syntax

 

TNBXField.Data [= String]

 

Delphi Syntax

 

TNBXField.Data [:= String];

 

 

Remarks

 

Changing the data of an unprotected field sets the Modified property to true.

 

See Also Modified property.