Class TSqlitePassWideStringList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassWideStringList = class(TObject)

Description

Hierarchy

Overview

Methods

Public destructor Destroy; override;
Protected function Get(Index: Integer): UTF16WideString;
Public procedure Add(const S: UTF16WideString);
Public procedure Clear;
Public procedure Delete(Index: Integer);
Public procedure Grow;
Protected procedure Put(Index: Integer; const S: UTF16WideString);

Properties

Public property Capacity: Integer read FCapacity write SetCapacity;
Public property Count: Integer read FCount;
Public property Strings[Index: Integer]: UTF16WideString read Get write Put;

Description

Methods

Public destructor Destroy; override;
 
Protected function Get(Index: Integer): UTF16WideString;
 
Public procedure Add(const S: UTF16WideString);
 
Public procedure Clear;
 
Public procedure Delete(Index: Integer);
 
Public procedure Grow;
 
Protected procedure Put(Index: Integer; const S: UTF16WideString);
 

Properties

Public property Capacity: Integer read FCapacity write SetCapacity;
 
Public property Count: Integer read FCount;
 
Public property Strings[Index: Integer]: UTF16WideString read Get write Put;
 

Generated by PasDoc 0.11.0 on 2009-10-08 22:34:51