| 
 Declaration 
TMacroID = (midCurrDateShort, midCurrDateLong, midCurrDateUS, midCurrDateInter, midCurrTimeShort, midCurrTimeLong, midCurrTimeAMPM, midCurrTime24, midFirstPage, midLastPage, midTotalPages, midCurrentPage, midPrinterName, midDriverName, midPortName, midUser01..midUser20); 
  
Category 
Printing 
  
Description 
midCurrDateShort 
 | 
Returns the short date format 
 | 
 
midCurrDateLong 
 | 
Returns the long date format 
 | 
 
midCurrDateUS 
 | 
Returns the date as MM/DD/YY 
 | 
 
midCurrDateInter 
 | 
Returns the date as DD/MM/YY 
 | 
 
midCurrTimeShort 
 | 
Returns the short time format 
 | 
 
midCurrTimeLong 
 | 
Returns the long time format 
 | 
 
midCurrTimeAMPM 
 | 
Returns the time in am/pm format 
 | 
 
midCurrTime24 
 | 
Returns the time in 24 hour format 
 | 
 
midFirstPage 
 | 
Returns the first page number 
 | 
 
midLastPage 
 | 
Returns the last page number 
 | 
 
midTotalPages 
 | 
Returns the total number of pages 
 | 
 
midCurrentPage 
 | 
Returns the current page number 
 | 
 
midPrinterName 
 | 
Returns the printer name 
 | 
 
midDriverName 
 | 
Returns the driver name 
 | 
 
midPortName 
 | 
Returns the port name 
 | 
 
midUser01 
 | 
  
 | 
 
through 
 | 
  
 | 
 
midUser20 
 | 
Returns the n'th entry from MacroData 
 | 
 
 
 
  
See also 
TBaseReport Class, Macro, MacroData 
  
Example 
See Macro 
 |