PAI and PrintAllInformation (RecordsetCursor subroutines): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:RecordSetCursor:PAI and PrintAllInformation subtitle}} <var>PrintAllInformation</var> is a synonym for the <var>PAI</var> subroutine. ==Syntax== {{Template:Record...")
 
mNo edit summary
Line 1: Line 1:
{{Template:RecordSetCursor:PAI and PrintAllInformation subtitle}}
{{Template:RecordsetCursor:PAI and PrintAllInformation subtitle}}


<var>PrintAllInformation</var> is a synonym for the <var>PAI</var> subroutine.
<var>PrintAllInformation</var> is a synonym for the <var>PAI</var> subroutine.


==Syntax==
==Syntax==
{{Template:RecordSetCursor:PAI syntax}}
{{Template:RecordsetCursor:PAI syntax}}
{{Template:RecordSetCursor:PrintAllInformation syntax}}
{{Template:RecordsetCursor:PrintAllInformation syntax}}


===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>record</th>
<tr><th>record</th>
<td>A <var>RecordSetCursor</var> object.</td></tr>
<td>A <var>Record</var> object.</td></tr>
</table>
</table>


==Usage notes==
==Usage notes==


{{Template:RecordSetCursor:PAI and PrintAllInformation footer}}
{{Template:RecordsetCursor:PAI and PrintAllInformation footer}}

Revision as of 19:36, 11 July 2014

Print All Information from record (RecordsetCursor class)


PrintAllInformation is a synonym for the PAI subroutine.

Syntax

recordsetCursor:PAI

recordsetCursor:PrintAllInformation

Syntax terms

record A Record object.

Usage notes