Class tmsedatalink

Unit

Declaration

type tmsedatalink = class(tdatalink)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fcanclosing: integer;
Protected fdscontroller: tdscontroller;

Methods

Protected procedure checkcontroller;
Protected procedure activechanged; override;
Protected function getdataset: tdataset;
Protected function getutf8: boolean;
Protected function getfiltereditkind: filtereditkindty;
Protected function GetActiveRecord: Integer; override;
Protected procedure DataEvent(Event: TDataEvent; Info: Ptrint); override;
Protected procedure disabledstatechange; virtual;
Protected function canedit: boolean;
Protected procedure setbuffercount(value: integer); override;
Public destructor destroy; override;
Public function moveby(distance: integer): integer; override;
Public function noedit: boolean;
Public function caninsert: boolean;
Public function canappend: boolean;
Public function candelete: boolean;
Public function canupdate: boolean;
Public function canclose: boolean;

Properties

Public property dataset: tdataset read getdataset;
Public property dscontroller: tdscontroller read fdscontroller;
Public property utf8: boolean read getutf8;
Public property filtereditkind: filtereditkindty read getfiltereditkind;
Public property recnozerobased: integer read getrecnozerobased write setrecnozerobased;

Description

Fields

Protected fcanclosing: integer;

This item has no description.

Protected fdscontroller: tdscontroller;

This item has no description.

Methods

Protected procedure checkcontroller;

This item has no description.

Protected procedure activechanged; override;

This item has no description.

Protected function getdataset: tdataset;

This item has no description.

Protected function getutf8: boolean;

This item has no description.

Protected function getfiltereditkind: filtereditkindty;

This item has no description.

Protected function GetActiveRecord: Integer; override;

This item has no description.

Protected procedure DataEvent(Event: TDataEvent; Info: Ptrint); override;

This item has no description.

Protected procedure disabledstatechange; virtual;

This item has no description.

Protected function canedit: boolean;

This item has no description.

Protected procedure setbuffercount(value: integer); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public function moveby(distance: integer): integer; override;

This item has no description.

Public function noedit: boolean;

This item has no description.

Public function caninsert: boolean;

This item has no description.

Public function canappend: boolean;

This item has no description.

Public function candelete: boolean;

This item has no description.

Public function canupdate: boolean;

This item has no description.

Public function canclose: boolean;

This item has no description.

Properties

Public property dataset: tdataset read getdataset;

This item has no description.

Public property dscontroller: tdscontroller read fdscontroller;

This item has no description.

Public property utf8: boolean read getutf8;

This item has no description.

Public property filtereditkind: filtereditkindty read getfiltereditkind;

This item has no description.

Public property recnozerobased: integer read getrecnozerobased write setrecnozerobased;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.