Class TCSVStringInfo (unit CSVStringInfo)

Inherits from

TComponent

Constructors


constructor Create(AOwner: TComponent);

Public Declarations

--------------------------------------} { Constructor } {--------------------------------------



Functions

destructor Destroy;

--------------------------------------} { Destructor } {--------------------------------------

procedure ShowAbout;

--------------------------------------} { CSVStringInfo.

procedure SetError(b: Boolean);

--------------------------------------} { CSVStringInfo.

procedure SetFieldList(sl: TStringList);

--------------------------------------} { CSVStringInfo.

procedure SetSourceString(const s: String);

--------------------------------------} { CSVStringInfo.

Properties

property About : string


property Error : Boolean


property FieldList : TStringList


property SourceString : String


Events

Variables

FAbout : String;

Private Declarations

FError : Boolean;


FFieldList : TStringList;


FSourceString : String;



Constructors


constructor Create(AOwner: TComponent);

Public Declarations

--------------------------------------} { Constructor } {--------------------------------------


Functions


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 } {--------------------------------------


Properties


property About : string


property Error : Boolean


property FieldList : TStringList


property SourceString : String


Events


Variables


FAbout : String;

Private Declarations


FError : Boolean;


FFieldList : TStringList;


FSourceString : String;