ITEM.$methods.METHOD

ITEM.$methods
 
Children 

Properties Methods 

Properties

Object specific 
$callcountThe total number of calls to the method (updated if $root.$prefs.$collectperformancedata allows).You can only assign zero to $callcount,in which case Omnis also sets $totalexecutiontime, $minexecutiontime and $maxexecutiontime to zero
$clientexecIf true, the method is a remote form method which executes on the client
$descA description of the method
$maxexecutiontimeThe execution time in milliseconds of the longest call to the method (updated if $root.$prefs.$collectperformancedata allows)
$methodtextThe method commands in text form
$minexecutiontimeThe execution time in milliseconds of the shortest call to the method (updated if $root.$prefs.$collectperformancedata allows)
$notesNotes about the functionality of the method
$totalexecutiontimeThe total execution time in milliseconds of all calls to the method (updated if $root.$prefs.$collectperformancedata allows)
$webservicemethodUsed for a WSDL Web Service.Either kWSMethodNone (for methods that are not in a remote task,or which are not named $...,or which are a standard message such as $construct) or one of the kWSMethod... constants
kWSMethodNewPersistent kWSMethodNone kWSMethodPersistent kWSMethodStatic
Standard$ident $name $order

Methods

$modify$modify([iLine=1]) modifies the method, selecting the specified line in the method editor

Children

Top 

$lvardefs$lvars$methodlines