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 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 PLongWordRecArray = pointer to TLongWordRecArray;
  • type PInt64Rec = pointer to TInt64Rec;
  • type PInt64RecArray = pointer to TInt64RecArray;
  • type PFloatHelper = pointer to TFloatHelper;
  • type TChar2 = array  [0..1]  of Byte;
  • type TChar3 = array  [0..2]  of Byte;
  • type TChar4 = array  [0..3]  of Byte;
  • type TChar8 = array  [0..7]  of Byte;
  • type TChar16 = array  [0..15]  of Byte;

Functions / Procedures