home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
chip
/
tvgenpas
/
demo3pas.exe
/
SDF
/
APMETHOD.SDF
next >
Wrap
Text File
|
1994-11-23
|
355b
|
16 lines
\ Method body
@IFEQUAL %__SECTION% 'MAIN'
procedure %_APPTYPE%.%_SNIPPET%;
begin
end;
@ENDIF
\ Method header - for object type declaration statement
@IFEQUAL %__SECTION% 'HEADER'
@NOCR procedure %_SNIPPET%;
@ENDIF
\ Method call - for HandleEvent method case statement
@IFEQUAL %__SECTION% 'CALLING'
%_SNIPPET%;
@ENDIF