Class TLookupList
Unit
Declaration
type TLookupList = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- TLookupList
Overview
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure Add(const AKey, AValue: Variant); |
| Public | procedure Clear; |
| Public | function FirstKeyByValue(const AValue: Variant): Variant; |
| Public | function ValueOfKey(const AKey: Variant): Variant; |
| Public | procedure ValuesToStrings(AStrings: TStrings); |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure Add(const AKey, AValue: Variant); |
|
This item has no description. | |
| Public | procedure Clear; |
|
This item has no description. | |
| Public | function FirstKeyByValue(const AValue: Variant): Variant; |
|
This item has no description. | |
| Public | function ValueOfKey(const AKey: Variant): Variant; |
|
This item has no description. | |
| Public | procedure ValuesToStrings(AStrings: TStrings); |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.