Class TxomStringList

Unit

Declaration

type TxomStringList = class(TxomStrings)

Description

TxomStringList

Hierarchy

Overview

Methods

Public constructor Create; override;
Public procedure Assign(Source: TPersistent); override;
Public procedure EndUpdate; override;
Public function AddObject(const S: WideString; AObject: TObject): Integer; override;
Public function IndexOf(const S: WideString): Integer; override;
Public procedure Sort; virtual;

Properties

Public property Sorted: Boolean read FSorted write SetSorted;
Public property Duplicates: TDuplicates read FDuplicates write FDuplicates;
Public property OnChanging: TNotifyEvent read FOnChanging write FOnChanging;
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;

Description

Methods

Public constructor Create; override;
 
Public procedure Assign(Source: TPersistent); override;
 
Public procedure EndUpdate; override;
 
Public function AddObject(const S: WideString; AObject: TObject): Integer; override;
 
Public function IndexOf(const S: WideString): Integer; override;
 
Public procedure Sort; virtual;
 

Properties

Public property Sorted: Boolean read FSorted write SetSorted;
 
Public property Duplicates: TDuplicates read FDuplicates write FDuplicates;
 
Public property OnChanging: TNotifyEvent read FOnChanging write FOnChanging;
 
Public property OnChange: TNotifyEvent read FOnChange write FOnChange;
 

Generated by PasDoc 0.15.0.