Class TDelphi_Code_FormatterExpert (unit gdcf)

Inherits from

TIExpert

---------------------------------} { } {Vcl Delphi Code Formatter Expert } { } {Author: Greg_Nixon } {Created: 19/10/1997 } { } {Start the Code Formatter } {Copyright 1997 Greg Nixon } {---------------------------------

Constructors


constructor Create;



Functions

destructor Destroy;

add the menu of your choice

function GetAuthor: string;


function GetIDString: string;


function GetName: string;

TDelphi_Code_FormatterExpert code

function GetStyle: TExpertStyle;

author

procedure OnClick( Sender: TIMenuItemIntf);

Destroy} {------------------------------------------------------------------------} {This is a basic onclick event to start the code formatter and it will } {format the code and save to changes so delphi will then prompt you to } {reload the file.

Properties

Events

Variables

MenuItem : TIMenuItemIntf;



Constructors


constructor Create;


Functions


destructor Destroy;

add the menu of your choice


function GetAuthor: string;


function GetIDString: string;


function GetName: string;

TDelphi_Code_FormatterExpert code


function GetStyle: TExpertStyle;

author


procedure OnClick( Sender: TIMenuItemIntf);

Destroy} {------------------------------------------------------------------------} {This is a basic onclick event to start the code formatter and it will } {format the code and save to changes so delphi will then prompt you to } {reload the file. If you make changes/enhancements please send me a copy } {to be included with the formatter. For the shellexecute to find the } {formatter you must have run the formatter once. } {Greg } {------------------------------------------------------------------------


Properties


Events


Variables


MenuItem : TIMenuItemIntf;