Class TSqlitePassBitArray
Unit
SqlitePassUtils
Declaration
type TSqlitePassBitArray = class(TObject)
Description
Moved to Public section...same
Hierarchy
- TObject
- TSqlitePassBitArray
Overview
Methods
 |
constructor Create; |
 |
destructor Destroy; override; |
 |
function IsTrue(Const Item: String): Boolean; |
 |
procedure SetItemValue(Const Item: String; Const Value: Boolean); |
Properties
 |
property IsZeroBased: Boolean Read FIsZeroBased Write SetFIsZeroBased; |
 |
property Items: String Read FItems Write SetFItems; |
 |
property Value: LongWord Read GetFValue Write SetFValue; |
Description
Methods
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
function IsTrue(Const Item: String): Boolean; |
|
 |
procedure SetItemValue(Const Item: String; Const Value: Boolean); |
|
Properties
 |
property IsZeroBased: Boolean Read FIsZeroBased Write SetFIsZeroBased; |
|
 |
property Items: String Read FItems Write SetFItems; |
|
 |
property Value: LongWord Read GetFValue Write SetFValue; |
|
Generated by PasDoc 0.11.0 on 2009-01-11 21:18:00