Class TSDParams (unit SDQuery)

Inherits from

TPersistent

TSDParams

Constructors


constructor Create;

TSDParams


Functions

procedure AddParam(Value: TSDParam);


procedure Assign(Source: TPersistent);


procedure AssignValues(Value: TSDParams);


procedure Clear;


function Count: Integer;


function CreateParam(FldType: TSDFieldType; const ParamName: string; ParamType: TSDParamType): TSDParam;


destructor Destroy;


function ParamByName(const Value: string): TSDParam;


procedure RemoveParam(Value: TSDParam);


procedure AssignTo(Dest: TPersistent);


procedure DefineProperties(Filer: TFiler);


function GetParam(Index: Word): TSDParam;


function GetVersion: Integer;


procedure ReadBinaryData(Stream: TStream);


procedure WriteBinaryData(Stream: TStream);


Properties

property Items : TSDParam


Events

Variables

FDataSet : TSDDataSet;


FItems : TList;



Constructors


constructor Create;

TSDParams


Functions


procedure AddParam(Value: TSDParam);


procedure Assign(Source: TPersistent);


procedure AssignValues(Value: TSDParams);


procedure Clear;


function Count: Integer;


function CreateParam(FldType: TSDFieldType; const ParamName: string; ParamType: TSDParamType): TSDParam;


destructor Destroy;


function ParamByName(const Value: string): TSDParam;


procedure RemoveParam(Value: TSDParam);


procedure AssignTo(Dest: TPersistent);


procedure DefineProperties(Filer: TFiler);


function GetParam(Index: Word): TSDParam;


function GetVersion: Integer;


procedure ReadBinaryData(Stream: TStream);


procedure WriteBinaryData(Stream: TStream);


Properties


property Items : TSDParam


Events


Variables


FDataSet : TSDDataSet;


FItems : TList;