TStringItemEx
From Ultibo.org
Return to Unit UltiboClasses
Description
To be documented
Class definitions
TStringItemEx = class(TObject)
Note: A String item with Hash for use in TStringListEx | |
private
| |
FValue:String;
|
|
FData:TObject;
|
|
FHash:LongWord;
|
|
protected
| |
procedure SetValue(const AValue:String); virtual;
|
|
public
| |
property Value:String read FValue write SetValue;
|
|
property Data:TObject read FData write FData;
|
|
property Hash:LongWord read FHash;
|
Function declarations
procedure TStringItemEx.SetValue(const AValue:String);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference