Description
The record object contains all data from the current record and this data can be read, modified and deleted.
Remarks
For most scripts in the application, it is important to know which record is current when a script is started. It then must be possible to modify the current record, or even to delete the current record completely, for example when copying a calculation. You can do all this using the Record object.
Properties, Procedures and Functions
 Property	Deleted: Boolean (R/W)
 Property	FieldCount: Integer (R)
 Property	FieldIndexOf( Fieldname: String ): Integer (R)
 Property	FieldModified( Fieldname: Integer ): Boolean (R)
 Property	Fields( Fieldname: Integer ): Variant (R/W)
 Property	Modified: Boolean (R)
 Property	FieldValues( Fieldname: String ): Variant (R/W)
 Property	FieldNames( Fieldnumber: Integer ): String (R)
 Property	X_FieldChanged: Integer (R)
 Property	X_DBHandle: Variant (R)
 Property	X_MoveBy: Integer (W)
 Procedure	Delete