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

TIDETemplateParser

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

Declaration

Source position: srceditorintf.pas line 579

type TIDETemplateParser = class

protected

  function GetSrcPosition; virtual; abstract;

  

  function GetDestPosition; virtual; abstract;

  

  function GetDestPosX; virtual; abstract;

  

  function GetDestPosY; virtual; abstract;

  

  function GetSrcTemplate; virtual; abstract;

  

  function GetDestTemplate; virtual; abstract;

  

public

  property SrcTemplate: string; [r]

  

  property DestTemplate: string; [r]

  

  property SrcPosition: Integer; [r]

  

  property DestPosition: Integer; [r]

  

  property DestPosX: Integer; [r]

  

  property DestPosY: Integer; [r]

  

end;

Inheritance

TIDETemplateParser

  

|

TObject



CT Web help

CodeTyphon Studio