Home > lang > sizeof 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
SizeOf
Size = SizeOf ( Datatype )

Returns the memory used for storing a specific datatype.

Datatype can be one of the following constant:

Datatype Constant
Boolean gb.Boolean
Byte gb.Byte
Short gb.Short
Integer gb.Integer
Long gb.Long
Single gb.Single
Float gb.Float
Date gb.Date
String gb.String
Variant gb.Variant
Object gb.Object
Pointer gb.Pointer
Function gb.Function
Class gb.Class

See also

TypeOf, Datatype Functions, Predefined Constants