Class tint64arrayprop

Unit

Declaration

type tint64arrayprop = class(tarrayprop)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fitems: int64arty;

Methods

Protected function getitems(const index: integer): int64;
Protected procedure setitems(const index: integer; const Value: int64);
Protected function getcount: integer; override;
Protected procedure setcount1(acount: integer; doinit: boolean); override;
Protected procedure writeitem(const index: integer; writer: twriter); override;
Protected procedure readitem(const index: integer; reader: treader); override;
Protected function getsize: integer; override;
Protected function getdatapo: pointer; override;
Protected function getitemspo(const index: integer): pointer; override;
Protected function checkstored(ancestor: tpersistent): boolean; override;
Public function propkind: arraypropkindty; override;
Public procedure assign(source: tpersistent); override;

Properties

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

Description

Fields

Protected fitems: int64arty;

This item has no description.

Methods

Protected function getitems(const index: integer): int64;

This item has no description.

Protected procedure setitems(const index: integer; const Value: int64);

This item has no description.

Protected function getcount: integer; override;

This item has no description.

Protected procedure setcount1(acount: integer; doinit: boolean); override;

This item has no description.

Protected procedure writeitem(const index: integer; writer: twriter); override;

This item has no description.

Protected procedure readitem(const index: integer; reader: treader); override;

This item has no description.

Protected function getsize: integer; override;

This item has no description.

Protected function getdatapo: pointer; override;

This item has no description.

Protected function getitemspo(const index: integer): pointer; override;

This item has no description.

Protected function checkstored(ancestor: tpersistent): boolean; override;

This item has no description.

Public function propkind: arraypropkindty; override;

This item has no description.

Public procedure assign(source: tpersistent); override;

This item has no description.

Properties

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

This item has no description.


Generated by PasDoc 0.17.0.snapshot.