Class TskTable (unit skTable)

Inherits from

TTable

TskTable is a TTable enhancement: ____________________ - Assign method is added; - DoBeforeClose checks for unsaved changes; - dbEval works like its Clipper counterpart (spins through the range defined by bForCondition and bWhileCondition Boolean functions and calls bBlock for every record in the range);

Constructors



Functions

procedure Assign(Source: TPersistent);

TskTable

function CompareBookMarks(x,y : TBookMark) : Boolean;

DoBeforeClose

procedure dbEval(bBlock : TEvalProc; bForCondition, bWhileCondition : TCondition);

try

procedure DoBeforeClose;

dbEval} {if there are unsaved changes then prompt the user

Properties

Events

Variables


Constructors


Functions


procedure Assign(Source: TPersistent);

TskTable


function CompareBookMarks(x,y : TBookMark) : Boolean;

DoBeforeClose


procedure dbEval(bBlock : TEvalProc; bForCondition, bWhileCondition : TCondition);

try


procedure DoBeforeClose;

dbEval} {if there are unsaved changes then prompt the user


Properties


Events


Variables