Class TCSVStringInfo (unit CSVStringInfo) |
Inherits from
TComponent
constructor Create(AOwner: TComponent);
- Public Declarations
--------------------------------------} { Constructor } {--------------------------------------
destructor Destroy;
--------------------------------------} { Destructor } {--------------------------------------
procedure ShowAbout;
--------------------------------------} { CSVStringInfo.
procedure SetError(b: Boolean);
--------------------------------------} { CSVStringInfo.
procedure SetFieldList(sl: TStringList);
--------------------------------------} { CSVStringInfo.
procedure SetSourceString(const s: String);
--------------------------------------} { CSVStringInfo.
property About : string
property Error : Boolean
property FieldList : TStringList
property SourceString : String
FAbout : String;
Private Declarations
FError : Boolean;
FFieldList : TStringList;
FSourceString : String;
constructor Create(AOwner: TComponent);
Public Declarations
--------------------------------------} { Constructor } {--------------------------------------
destructor Destroy;
--------------------------------------} { Destructor } {--------------------------------------
procedure ShowAbout;
--------------------------------------} { CSVStringInfo.ShowAbout } {--------------------------------------
procedure SetError(b: Boolean);
--------------------------------------} { CSVStringInfo.SetError } {--------------------------------------
procedure SetFieldList(sl: TStringList);
--------------------------------------} { CSVStringInfo.SetFieldList } {--------------------------------------
procedure SetSourceString(const s: String);
--------------------------------------} { CSVStringInfo.SetSourceString } {--------------------------------------
property About : string
property Error : Boolean
property FieldList : TStringList
property SourceString : String
FAbout : String;
Private Declarations
FError : Boolean;
FFieldList : TStringList;
FSourceString : String;