Class TxomStringList
Unit
xomUnicode
Declaration
type TxomStringList = class(TxomStrings)
Description
TxomStringList
Hierarchy
Overview
Methods
 |
constructor Create; override; |
 |
procedure Assign(Source: TPersistent); override; |
 |
procedure EndUpdate; override; |
 |
function AddObject(const S: WideString; AObject: TObject): Integer; override; |
 |
function IndexOf(const S: WideString): Integer; override; |
 |
procedure Sort; virtual; |
Properties
 |
property Sorted: Boolean read FSorted write SetSorted; |
 |
property Duplicates: TDuplicates read FDuplicates write FDuplicates; |
 |
property OnChanging: TNotifyEvent read FOnChanging write FOnChanging; |
 |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
Description
Methods
 |
constructor Create; override; |
|
|
 |
procedure Assign(Source: TPersistent); override; |
|
|
 |
procedure EndUpdate; override; |
|
|
 |
function AddObject(const S: WideString; AObject: TObject): Integer; override; |
|
|
 |
function IndexOf(const S: WideString): Integer; override; |
|
|
 |
procedure Sort; virtual; |
|
|
Properties
 |
property Sorted: Boolean read FSorted write SetSorted; |
|
|
 |
property Duplicates: TDuplicates read FDuplicates write FDuplicates; |
|
|
 |
property OnChanging: TNotifyEvent read FOnChanging write FOnChanging; |
|
|
 |
property OnChange: TNotifyEvent read FOnChange write FOnChange; |
|
|
Generated by PasDoc 0.15.0.
|