MemoBlockSize

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloEnv > TApolloEnv Properties >

MemoBlockSize

Declaration

property MemoBlockSize: Integer;

Description

Contains a numeric value indicating the current SetMemoBlockSize status. The FoxPro and HiPer-SIx memo file formats (.FPT and .SMT, respectively) support modifying the default block size. A smaller block size results in less fluff in each memo entry.

Delphi Example

sSize := IntToStr( ApolloEnv1.MemoBlockSize );

ShowMessage( 'Current memo block size is ' + sSize + ' bytes.' );

See Also

SetMemoBlockSize