Units Property (Read/Write)

Top  Previous  Next

Sets/gets the type of allocation unit of the host HostFileName file used when a new file is created during the execution of a Send method or Run method (with Direction=0 Send indicator set).

 

Value

Meaning

0

Default unit of allocation

1

Tracks unit of allocation

2

Cylinder unit of allocation

3

Average Blocks unit of allocation

 

Visual Basic Syntax

 

TNBXIndFile.Units [= Integer]

 

Delphi Syntax

 

TNBXIndFile.Units; [:= Integer]

 

 

See also BlkSize property, PrimarySpace property, RecFm property, SecondarySpace property.