[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TFPIntegerArray - definition of integer array for use in images
Source position: fpimage.pp line 162
type TFPIntegerArray = array [0..(maxint-1)divsizeof(integer)-1] of Integer; |
lazarus-ccr.sourceforge.net |