Osztály TStrings
Egység
Deklaráció
type TStrings = class(TPersistent)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TPersistent
- TStrings
Áttekintés
Metódusok
![]() |
function Create: TStrings; |
![]() |
function Add(S: string): LongInt; |
![]() |
procedure Append(S: string); |
![]() |
procedure AddStrings(Strings: TStrings); |
![]() |
procedure Clear; |
![]() |
procedure Delete(Index: LongInt); |
![]() |
function IndexOf(S: string): LongInt; |
![]() |
procedure Insert(Index: LongInt; S: string); |
![]() |
procedure LoadFromFile(FileName: string); |
![]() |
procedure SaveToFile(FileName: string); |
![]() |
procedure BeginUpdate; |
![]() |
procedure EndUpdate; |
![]() |
function Equals(Strings: TStrings): Boolean; |
![]() |
procedure Exchange(Index1: LongInt; Index2: LongInt); |
![]() |
function IndexOfName(Name: string): LongInt; |
![]() |
procedure LoadFromStream(Stream: TStream); |
![]() |
procedure Move(CurIndex: LongInt; NewIndex: LongInt); |
![]() |
procedure SaveToStream(Stream: TStream); |
![]() |
procedure SetText(Text: PChar); |
![]() |
function AddObject(S: string; AObject: TObject): LongInt; |
![]() |
function GetText: PChar; |
![]() |
function IndexOfObject(AObject: TObject): LongInt; |
![]() |
procedure InsertObject(Index: LongInt; S: string; AObject: TObject); |
Tulajdonságok
![]() |
property Capacity: LongInt; |
![]() |
property Delimiter: Char; |
![]() |
property StrictDelimiter: Boolean; |
![]() |
property DelimitedText: string; |
![]() |
property NameValueSeparator: Char; |
![]() |
property QuoteChar: Char; |
![]() |
property Count: LongInt; |
![]() |
property Text: string; |
![]() |
property CommaText: string; |
![]() |
property Strings[param1: LongInt]: string; |
![]() |
property Objects[param1: LongInt]: TObject; |
![]() |
property Names[param1: LongInt]: string; |
![]() |
property Values[param1: string]: string; |
![]() |
property ValueFromIndex[param1: LongInt]: string; |
Megjegyzés
Metódusok
![]() |
function Create: TStrings; |
|
This item has no description. | |
![]() |
function Add(S: string): LongInt; |
|
This item has no description. | |
![]() |
procedure Append(S: string); |
|
This item has no description. | |
![]() |
procedure AddStrings(Strings: TStrings); |
|
This item has no description. | |
![]() |
procedure Clear; |
|
This item has no description. | |
![]() |
procedure Delete(Index: LongInt); |
|
This item has no description. | |
![]() |
function IndexOf(S: string): LongInt; |
|
This item has no description. | |
![]() |
procedure Insert(Index: LongInt; S: string); |
|
This item has no description. | |
![]() |
procedure LoadFromFile(FileName: string); |
|
This item has no description. | |
![]() |
procedure SaveToFile(FileName: string); |
|
This item has no description. | |
![]() |
procedure BeginUpdate; |
|
This item has no description. | |
![]() |
procedure EndUpdate; |
|
This item has no description. | |
![]() |
function Equals(Strings: TStrings): Boolean; |
|
This item has no description. | |
![]() |
procedure Exchange(Index1: LongInt; Index2: LongInt); |
|
This item has no description. | |
![]() |
function IndexOfName(Name: string): LongInt; |
|
This item has no description. | |
![]() |
procedure LoadFromStream(Stream: TStream); |
|
This item has no description. | |
![]() |
procedure Move(CurIndex: LongInt; NewIndex: LongInt); |
|
This item has no description. | |
![]() |
procedure SaveToStream(Stream: TStream); |
|
This item has no description. | |
![]() |
procedure SetText(Text: PChar); |
|
This item has no description. | |
![]() |
function AddObject(S: string; AObject: TObject): LongInt; |
|
This item has no description. | |
![]() |
function GetText: PChar; |
|
This item has no description. | |
![]() |
function IndexOfObject(AObject: TObject): LongInt; |
|
This item has no description. | |
![]() |
procedure InsertObject(Index: LongInt; S: string; AObject: TObject); |
|
This item has no description. | |
Tulajdonságok
![]() |
property Capacity: LongInt; |
|
This item has no description. | |
![]() |
property Delimiter: Char; |
|
This item has no description. | |
![]() |
property StrictDelimiter: Boolean; |
|
This item has no description. | |
![]() |
property DelimitedText: string; |
|
This item has no description. | |
![]() |
property NameValueSeparator: Char; |
|
This item has no description. | |
![]() |
property QuoteChar: Char; |
|
This item has no description. | |
![]() |
property Count: LongInt; |
|
This item has no description. | |
![]() |
property Text: string; |
|
This item has no description. | |
![]() |
property CommaText: string; |
|
This item has no description. | |
![]() |
property Strings[param1: LongInt]: string; |
|
This item has no description. | |
![]() |
property Objects[param1: LongInt]: TObject; |
|
This item has no description. | |
![]() |
property Names[param1: LongInt]: string; |
|
This item has no description. | |
![]() |
property Values[param1: string]: string; |
|
This item has no description. | |
![]() |
property ValueFromIndex[param1: LongInt]: string; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
