Class TSample (unit StrmSamp)

Inherits from

TStreamable

Constructors


constructor Create;

*********************************** TSample ************************************

constructor Load(Filter: TFilter);



Functions

destructor Destroy;

TFilter and unit FILTERS contain methods and procedure to load and store strings, PChars, TStrings etc from a TFilter

procedure Store(Filter: TFilter);


function GetName: String;


procedure SetName(const Value: String);


Properties

property Name : String


property Value : LongInt


Events

Variables

FName : PString;


FValue : LongInt;



Constructors


constructor Create;

*********************************** TSample ************************************


constructor Load(Filter: TFilter);


Functions


destructor Destroy;

TFilter and unit FILTERS contain methods and procedure to load and store strings, PChars, TStrings etc from a TFilter


procedure Store(Filter: TFilter);


function GetName: String;


procedure SetName(const Value: String);


Properties


property Name : String


property Value : LongInt


Events


Variables


FName : PString;


FValue : LongInt;