Unit 'GR32_OrdinalMaps' Package
[Overview][Types][Classes][Index] [#pl_graphics32]

TBooleanMap

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

Declaration

Source position: GR32_OrdinalMaps.pas line 56

type TBooleanMap = class(TCustomMap)

protected

  FBits: PByteArray;

  

  procedure ChangeSize(); override;

  

public

  constructor Create; override; overload;

  

  destructor Destroy; override;

  

  function Empty; override;

  

  procedure Clear();

  

  procedure ToggleBit();

  

  property Value []: Boolean; default; [rw]

  

  property Bits: PByteArray; [r]

  

end;

Inheritance

TBooleanMap

  

|

TCustomMap

  

|

TThreadPersistent

  

|

TNotifiablePersistent

  

|

TPlainInterfacedPersistent

  

|

TObject,IInterface



CT Web help

CodeTyphon Studio