Class tmseguidfield

Unit

Declaration

type tmseguidfield = class(tmsefield, imsefield)

Description

No description available, ancestor tmsefield description follows

Hierarchy

Overview

Methods

Protected function getasvariant: variant; override;
Protected procedure setvarvalue(const avalue: variant); override;
Protected function getasstring: string; override;
Protected procedure setasstring(const avalue: string); override;
Protected function getdefaultwidth: longint; override;
Protected function getdatasize: integer; override;
Protected function getasguid: tguid; override;
Protected procedure setasguid(const avalue: tguid); override;
Public constructor create(aowner: tcomponent); override;

Properties

Public property asguid: tguid read getasguid write setasguid;
Public property value: tguid read getasguid write setasguid;

Description

Methods

Protected function getasvariant: variant; override;
 
Protected procedure setvarvalue(const avalue: variant); override;
 
Protected function getasstring: string; override;
 
Protected procedure setasstring(const avalue: string); override;
 
Protected function getdefaultwidth: longint; override;
 
Protected function getdatasize: integer; override;
 
Protected function getasguid: tguid; override;
 
Protected procedure setasguid(const avalue: tguid); override;
 
Public constructor create(aowner: tcomponent); override;
 

Properties

Public property asguid: tguid read getasguid write setasguid;
 
Public property value: tguid read getasguid write setasguid;
 

Generated by PasDoc 0.16.0.