Unit 'flcDataStructs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TBitArray

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: flcDataStructs.pas line 1949

type TBitArray = class(ABitArray)

protected

  FData: Word32Array;

  

  FCount: Integer;

  

  function GetCount; override;

  

  procedure SetCount(); override;

  

  function GetBit(); override;

  

  procedure SetBit(); override;

  

  function GetRangeL(); override;

  

  procedure SetRangeL(); override;

  

public

  procedure Fill(); override;

  

  function IsRange(); override;

  

end;

Inheritance

TBitArray

  

|

ABitArray

  

|

AArray

  

|

AType

  

|

TObject



CT Web help

CodeTyphon Studio