Previous: Sin function To the Table of Content Next: Sqr function

- 4.62.2.82 -
Standard Units
System Unit
System Unit Procedures and Functions

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: Sin function To the Table of Content Next: Sqr function
Sin function Table of Content Sqr function

- 4.62.2.82 -