[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasDoc_TagManager.pas line 138
type TTag = class |
||
public |
||
constructor Create(); |
|
|
property TagOptions: TTagOptions; [rw] |
|
|
property TagManager: TTagManager; [r] |
|
|
property Name: string; [rw] |
|
|
property OnPreExecute: TTagExecuteEvent; [rw] |
|
|
property OnExecute: TTagExecuteEvent; [rw] |
|
|
procedure PreExecute(); virtual; |
|
|
procedure Execute(); virtual; |
|
|
property OnAllowedInside: TTagAllowedInsideEvent; [rw] |
|
|
function AllowedInside(); virtual; |
|
|
function CreateOccurenceData; virtual; |
|
|
procedure DestroyOccurenceData(); virtual; |
|
|
end; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |