Previous: 4.67.2.81. Sin function To the Table of Contents Next: 4.67.2.83. Sqr function
4.67.2.81. Sin function Table of Contents 4.67.2.83. Sqr function

- 4.67.2.82. -
Table of Contents
4. Standard Units
4.67. System - Built-in routines
4.67.2. System Unit Procedures and Functions
4.67.2.82. SizeOf function


4.67.2.82. SizeOf function

Targets: MS-DOS, OS/2, Win32

System Unit

Returns the number of bytes occupied by the argument.

Declaration:
function SizeOf(X): Longint;
Remarks:
X is a variable reference or type identifier. SizeOf returns the number of bytes used by the argument.


Previous: 4.67.2.81. Sin function To the Table of Contents Next: 4.67.2.83. Sqr function
4.67.2.81. Sin function Table of Contents 4.67.2.83. Sqr function

- 4.67.2.82. -