Unit 'SrcEditorIntf' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#bs_ideintf]

TIDECodeMacro

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

Declaration

Source position: srceditorintf.pas line 618

type TIDECodeMacro = class

protected

  procedure Init; virtual;

  

public

  constructor Create();

  

  property Name: string; [r]

  

  property ShortDescription: string; [rw]

  

  property LongDescription: string; [rw]

  

  property OnGetValueProc: TIDECodeMacroGetValueProc; [rw]

  

  property OnGetValueMethod: TIDECodeMacroGetValueMethod; [rw]

  

  property OnGetValueExProc: TIDECodeMacroGetValueExProc; [rw]

  

  property OnGetValueExMethod: TIDECodeMacroGetValueExMethod; [rw]

  

  function GetValue(); virtual;

  

  property Interactive: Boolean; [rw]

  

  property InteractiveValueClass: TPersistentClass; [rw]

  

end;

Inheritance

TIDECodeMacro

  

|

TObject



CT Web help

CodeTyphon Studio