Class TSample (unit StrmSamp) |
Inherits from
TStreamable
constructor Create;
-
*********************************** TSample ************************************
constructor Load(Filter: TFilter);
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);
property Name : String
property Value : LongInt
FName : PString;
FValue : LongInt;
constructor Create;
*********************************** TSample ************************************
constructor Load(Filter: TFilter);
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);
property Name : String
property Value : LongInt
FName : PString;
FValue : LongInt;