Difference between revisions of "TStringItemEx"
From Ultibo.org
(Created page with "Return to Unit UltiboClasses __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-colla...") |
(No difference)
|
Latest revision as of 06:02, 31 May 2018
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