Class tpersistentfields

Unit

Declaration

type tpersistentfields = class(tpersistentarrayprop, ipersistentfieldsinfo)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected finvaliditems: booleanarty;

Methods

Protected procedure createitem(const index: integer; var item: tpersistent); override;
Protected procedure defineproperties(filer: tfiler); override;
Protected function ispropertystored(index: integer): boolean; override;
Public constructor create(const adataset: tdataset);
Public class function getitemclasstype: persistentclassty; override;
Public procedure move(const curindex,newindex: integer); override;
Public procedure updateorder;
Public function getfieldnames: stringarty;

Properties

Public property dataset: tdataset read fdataset;
Public property items[const index: integer]: tfield read getitems write setitems;

Description

Fields

Protected finvaliditems: booleanarty;

This item has no description.

Methods

Protected procedure createitem(const index: integer; var item: tpersistent); override;

This item has no description.

Protected procedure defineproperties(filer: tfiler); override;

This item has no description.

Protected function ispropertystored(index: integer): boolean; override;

This item has no description.

Public constructor create(const adataset: tdataset);

This item has no description.

Public class function getitemclasstype: persistentclassty; override;

This item has no description.

Public procedure move(const curindex,newindex: integer); override;

This item has no description.

Public procedure updateorder;

This item has no description.

Public function getfieldnames: stringarty;

This item has no description.

Properties

Public property dataset: tdataset read fdataset;

This item has no description.

Public property items[const index: integer]: tfield read getitems write setitems;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.