Unit BrookStringMap
Functions and Procedures
Constants
Variables
Description
String map used to represent HTML fields, query-string parameters and more.
Uses
- RTLConsts
- SysUtils
- StrUtils
- Classes
- TypInfo
- Platform
- Marshalling
- libsagui
- BrookUtility
- BrookHandledClasses
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Packed Record TBrookStringPair |
Pair item of TBrookStringMap . |
Class TBrookStringMapEnumerator |
Enumerator used to iterate the map TBrookStringMap . |
Class TBrookStringMap |
String map class and its related methods. |
Types
TBrookStringMapOperation = (...); |
TBrookStringMapChangeEvent = procedure(ASender: TObject; AOperation: TBrookStringMapOperation) of object; |
TBrookStringMapIterator = function(AData: Pointer; APair: TBrookStringPair): Integer; |
TBrookStringMapComparator = function(AData: Pointer; APairA, APairB: TBrookStringPair): Integer; |
Description
Types
TBrookStringMapOperation = (...); |
Identifies the kind of operation in the map. Values
|
TBrookStringMapChangeEvent = procedure(ASender: TObject; AOperation: TBrookStringMapOperation) of object; |
Event signature used to notify a change in the map. Parameters
|
TBrookStringMapIterator = function(AData: Pointer; APair: TBrookStringPair): Integer; |
Function signature used by Parameters
|
TBrookStringMapComparator = function(AData: Pointer; APairA, APairB: TBrookStringPair): Integer; |
Function signature used by Parameters
|
Generated by PasDoc 0.16.0.