Home | GR32_OrdinalMaps |
TBooleanMap
Hierarchy
TPersistent
|
|
|
Description
The TBooleanMap class implements a two dimensional matrix of booleans. It may be useful for storing masks or information about areas to process, and in general data that requires or can be represented as boolean types. The class implements efficient storage of booleans: a boolean value only takes up one bit of memory, and is stored in sets of eight bits (one byte).
Reference
Properties | Methods | Events |
---|---|---|
In TBooleanMap: | ||
Bits | ||
Value | ||
In TCustomMap: | ||
Height | Delete | OnResize |
Width | Empty | |
Resized | ||
SetSize | ||
In TThreadPersistent: | ||
LockCount | Lock | |
Unlock | ||
In TNotifiablePersistent: | ||
UpdateCount | BeginUpdate | OnChange |
Changed | ||
Create | ||
Destroy | ||
EndUpdate |
See Also
TByteMap, TIntegerMap, TWordMap
Copyright ©2000-2007 Alex Denisov and Contributors - Graphics32 v1.8.3 - Build on 4-March-2007