Class TRALDBUpdateSQL

Unit

Declaration

type TRALDBUpdateSQL = class(TPersistent)

Description

TRALDBUpdateSQL

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Protected procedure AssignTo(Dest: TPersistent); override;
Protected procedure SetDeleteSQL(AValue: TStrings);
Protected procedure SetInsertSQL(AValue: TStrings);
Protected procedure SetUpdateSQL(AValue: TStrings);

Properties

Published property DeleteSQL: TStrings read FDeleteSQL write SetDeleteSQL;
Published property InsertSQL: TStrings read FInsertSQL write SetInsertSQL;
Published property UpdateSQL: TStrings read FUpdateSQL write SetUpdateSQL;

Description

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Protected procedure AssignTo(Dest: TPersistent); override;

This item has no description.

Protected procedure SetDeleteSQL(AValue: TStrings);

This item has no description.

Protected procedure SetInsertSQL(AValue: TStrings);

This item has no description.

Protected procedure SetUpdateSQL(AValue: TStrings);

This item has no description.

Properties

Published property DeleteSQL: TStrings read FDeleteSQL write SetDeleteSQL;

This item has no description.

Published property InsertSQL: TStrings read FInsertSQL write SetInsertSQL;

This item has no description.

Published property UpdateSQL: TStrings read FUpdateSQL write SetUpdateSQL;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.