plSize

Address of the long integer variable that you use to track the size of the file in memory. In C++ Builder and Delphi, declare the variable and pass its address. In most other languages, pass the variable by reference. The method updates the value of the variable. The variable must be declared with the appropriate data type. To see the correct data type, refer to the code example for your development system.