Class TSqlitePassAnsiStringList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TSqlitePassAnsiStringList = class(TObject)

Description

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

Properties

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

Generated by PasDoc 0.11.0 on 2010-03-22 23:38:12