Unit 'flcDynArrays' Package
[Overview][Procedures and functions][Index] [#pl_fundamentals]

DynArrayCount

Declaration

Source position: flcDynArrays.pas line 333

function DynArrayCount(

  const Find: Byte;

  const V: ByteArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Word16;

  const V: Word16Array;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: LongWord;

  const V: LongWordArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: ShortInt;

  const V: ShortIntArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: SmallInt;

  const V: SmallIntArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: LongInt;

  const V: LongIntArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Int64;

  const V: Int64Array;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Single;

  const V: SingleArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Double;

  const V: DoubleArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Extended;

  const V: ExtendedArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: string;

  const V: StringArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;

function DynArrayCount(

  const Find: Boolean;

  const V: BooleanArray;

  const IsSortedAscending: Boolean = False

):Integer; overload;



CT Web help

CodeTyphon Studio