Description | Hierarchy | Fields | Methods | Properties |
type TSqlitePassWideStringList = class(TObject)
![]() |
destructor Destroy; override; |
![]() |
function Get(Index: Integer): UTF16WideString; |
![]() |
procedure Add(const S: UTF16WideString); |
![]() |
procedure Clear; |
![]() |
procedure Delete(Index: Integer); |
![]() |
procedure Grow; |
![]() |
procedure Put(Index: Integer; const S: UTF16WideString); |
![]() |
property Capacity: Integer read FCapacity write SetCapacity; |
![]() |
property Count: Integer read FCount; |
![]() |
property Strings[Index: Integer]: UTF16WideString read Get write Put; |
![]() |
destructor Destroy; override; |
![]() |
function Get(Index: Integer): UTF16WideString; |
![]() |
procedure Add(const S: UTF16WideString); |
![]() |
procedure Clear; |
![]() |
procedure Delete(Index: Integer); |
![]() |
procedure Grow; |
![]() |
procedure Put(Index: Integer; const S: UTF16WideString); |
![]() |
property Capacity: Integer read FCapacity write SetCapacity; |
![]() |
property Count: Integer read FCount; |
![]() |
property Strings[Index: Integer]: UTF16WideString read Get write Put; |