BlkSize Property (Read/Write)

Top  Previous  Next

Is the block size to be used for the host destination file (HostFileName property) when a new file is created in Send method or Run method with Direction=0 indicator set.

Must be a multiple of record length (Lrecl property), if fixed blocked (RecFm property) file format is specified.

 

Visual Basic Syntax

 

TNBXIndFile.BlkSize [= Integer]

 

Delphi Syntax

 

TNBXIndFile.BlkSize; [:= Integer]

 

 

See also HostFileName property, Lrecl property, RecFm property, Run method, Send method.