[Overview][Classes][Index] Reference for unit 'fpdac' (#pascalio)

TDAConverter

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

Declaration

Source position: fpdac.pas line 41

type TDAConverter = class(TObject)

protected

  function GetCount; virtual; abstract;

  function GetValue(); virtual; abstract;

  procedure SetValue(); virtual; abstract;

  function GetShutdown(); virtual;

  procedure SetShutdown(); virtual;

public

  property Value []: LongInt; [rw]

  property Shutdown []: Boolean; [rw]

  property Count: LongWord; [r]

end;

Inheritance

TDAConverter

|

TObject


Documentation generated on: 2020-05-22