Unit 'FpDebugValueConvertors' Package
[Overview][Types][Classes][Index] [#bs_debuggerfp]

TFpDbgValueConverter

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

Declaration

Source position: fpdebugvalueconvertors.pas line 23

type TFpDbgValueConverter = class(TRefCountedObject,ILazDbgValueConverterIntf)

protected

  function GetObject;

  

  function GetSettingsFrame; virtual;

  

  procedure Init; virtual;

  

public

  class function GetName; virtual; abstract;

  

  function GetRegistryEntry; virtual;

  

  constructor Create; virtual;

  

  procedure Assign(); virtual;

  

  function CreateCopy; virtual;

  

  function NeedConversionLimit; virtual;

  

  function CanHandleValue(); virtual;

  

  function ConvertValue(); virtual; abstract;

  

  procedure SetError();

  

  property LastErrror: TFpError; [r]

  

end;

Inheritance

TFpDbgValueConverter

  

|

TObject,ILazDbgValueConverterIntf



CT Web help

CodeTyphon Studio