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

IField

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

Declaration

Source position: mnFields.pas line 28

type IField = interface(IStreamPersist)

  function GetAsInteger;

  

  procedure SetAsInteger();

  

  function GetAsBoolean;

  

  procedure SetAsBoolean();

  

  function GetAsString;

  

  procedure SetAsString();

  

  function GetAsCurrency;

  

  procedure SetAsCurrency();

  

  function GetAsDateTime;

  

  procedure SetAsDateTime();

  

  function GetValue;

  

  procedure SetValue();

  

end;

Inheritance

IField

  

|

IInterface



CT Web help

CodeTyphon Studio