Unit 'mnFields' Package
[Overview][Types][Classes][Index] [#pl_minilib]

TmnField

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: mnFields.pas line 178

type TmnField = class(TmnCustomField)

protected

  function GetIsNull; override;

  

  procedure SetIsNull(); override;

  

  function GetValue; override;

  

  procedure SetValue(); override;

  

  function GetAsString; override;

  

  procedure SetAsString(); override;

  

public

  function GetFullString();

  

published

  property Value: Variant;

  

  property IsEmpty: Boolean;

  

  property IsNull: Boolean;

  

  property AsVariant: Variant;

  

  property AsString: string;

  

  property AsAnsiString: ansistring;

  

  property AsTrimString: string;

  

  property AsNullString: string;

  

  property AsInteger: Integer;

  

  property AsInt64: Int64;

  

  property AsDouble: Double;

  

  property AsBoolean: Boolean;

  

  property AsCurrency: Currency;

  

  property AsDate: TDateTime;

  

  property AsTime: TDateTime;

  

  property AsDateTime: TDateTime;

  

  property AsText: string;

  

  property AsHex: string;

  

  property Name: string; [rw]

  

end;

Inheritance

TmnField

  

|

TmnCustomField

  

|

TObject,IField



CT Web help

CodeTyphon Studio