RecFm Property (Read/Write)

Top  Previous  Next

Sets/gets the record format of the host HostFileName file.

 

Visual Basic Syntax

 

TNBXIndFile.RecFm [= Integer]

 

Delphi Syntax

 

TNBXIndFile.RecFm; [:= Integer]

 

Possible values for this property are:

 

Value

Meaning

0

Default file format

1

Fixed file format

2

Variable file format

3

Undefined file format

 

See also BlkSize property, HostFileName property, PrimSpace property, Run method, SecSpace property, Send method, Units property.