Classe TMassiveField

Unit

Declaração

type TMassiveField = class(TObject)

Descrição

Hierarquia

Visão Geral

Métodos

Public Constructor Create(MassiveFields : TList; FieldIndex : Integer);
Public Destructor Destroy; Override;
Public Function IsNull: Boolean;
Public Procedure LoadFromStream(Stream : TMemoryStream);
Public Procedure SaveToStream(var Stream : TMemoryStream);

Propriedades

Public property Required : Boolean Read vRequired Write vRequired;
Public property AutoGenerateValue : Boolean Read vAutoGenerateValue Write vAutoGenerateValue;
Public property KeyField : Boolean Read vKeyField Write vKeyField;
Public property ReadOnly : Boolean Read vReadOnly Write vReadOnly;
Public property FieldType : TObjectValue Read vFieldType Write vFieldType;
Public property FieldName : String Read vFieldName Write vFieldName;
Public property Size : Integer Read vSize Write vSize;
Public property Precision : Integer Read vPrecision Write vPrecision;
Public property OldValue : Variant Read GetOldValue Write vOldValue;
Public property Value : Variant Read GetValue Write SetValue;
Public property Modified : Boolean Read GetModified;

Descrição

Métodos

Public Constructor Create(MassiveFields : TList; FieldIndex : Integer);
 
Public Destructor Destroy; Override;
 
Public Function IsNull: Boolean;
 
Public Procedure LoadFromStream(Stream : TMemoryStream);
 
Public Procedure SaveToStream(var Stream : TMemoryStream);
 

Propriedades

Public property Required : Boolean Read vRequired Write vRequired;
 
Public property AutoGenerateValue : Boolean Read vAutoGenerateValue Write vAutoGenerateValue;
 
Public property KeyField : Boolean Read vKeyField Write vKeyField;
 
Public property ReadOnly : Boolean Read vReadOnly Write vReadOnly;
 
Public property FieldType : TObjectValue Read vFieldType Write vFieldType;
 
Public property FieldName : String Read vFieldName Write vFieldName;
 
Public property Size : Integer Read vSize Write vSize;
 
Public property Precision : Integer Read vPrecision Write vPrecision;
 
Public property OldValue : Variant Read GetOldValue Write vOldValue;
 
Public property Value : Variant Read GetValue Write SetValue;
 
Public property Modified : Boolean Read GetModified;
 

Gerado por PasDoc 0.16.0.