Gorilla.Imaging.Utility

Unit Gorilla.Imaging.Utility.pas

Records

Enumerations

  • enum  TFileListOption  = ( flFullNames, flRelNames, flRecursive ) ;

Constants

  • const STrue : string = "True";
  • const SFalse : string = "False";

Mics. types

  • type TByteArray = array  [0..2147483646]  of Byte;
  • type TWordArray = array  [0..1073741822]  of Word;
  • type TLongIntArray = array  [0..536870910]  of Integer;
  • type TLongWordArray = array  [0..536870910]  of Cardinal;
  • type TInt64Array = array  [0..268435454]  of Int64;
  • type TSingleArray = array  [0..536870910]  of Single;
  • type TBooleanArray = array  [0..2147483646]  of Boolean;
  • type PByteArray = pointer to TByteArray;
  • type PWordArray = pointer to TWordArray;
  • type PLongIntArray = pointer to TLongIntArray;
  • type PLongWordArray = pointer to TLongWordArray;
  • type PInt64Array = pointer to TInt64Array;
  • type PSingleArray = pointer to TSingleArray;
  • type PBooleanArray = pointer to TBooleanArray;
  • type TDynByteArray = array  of Byte;
  • type TDynIntegerArray = array  of Integer;
  • type TDynBooleanArray = array  of Boolean;
  • type PWordRec = pointer to TWordRec;
  • type TWordRecArray = array  [0..1073741822]  of TWordRec;
  • type PWordRecArray = pointer to TWordRecArray;
  • type PLongWordRec = pointer to TLongWordRec;
  • type TLongWordRecArray = array  [0..536870910]  of TLongWordRec;
  • type PLongWordRecArray = pointer to TLongWordRecArray;
  • type PInt64Rec = pointer to TInt64Rec;
  • type TInt64RecArray = array  [0..268435454]  of TInt64Rec;
  • type PInt64RecArray = pointer to TInt64RecArray;
  • type PFloatHelper = pointer to TFloatHelper;
  • type TChar2 = array  [0..1]  of AnsiChar;
  • type TChar3 = array  [0..2]  of AnsiChar;
  • type TChar4 = array  [0..3]  of AnsiChar;
  • type TChar8 = array  [0..7]  of AnsiChar;
  • type TChar16 = array  [0..15]  of AnsiChar;

Functions / Procedures