Difference between revisions of "RPC HELP TVistaLogin DivList"

From VistApedia
Jump to: navigation, search
(Created page with "<h2>DivList Property '''(read-only''')</h2> <h3>Applies to</h3> TVistaLogin class <h3>Declaration</h3> property DivList: Tstrings; <h3>Descript...")
 
 
Line 1: Line 1:
 
<h2>DivList Property '''(read-only''')</h2>
 
<h2>DivList Property '''(read-only''')</h2>
 
<h3>Applies to</h3>
 
<h3>Applies to</h3>
[[RPC_HELP_TVistaLogin|TVistaLogin]] class
+
    [[RPC_HELP_TVistaLogin|TVistaLogin]] class
  
 
<h3>Declaration</h3>
 
<h3>Declaration</h3>

Latest revision as of 18:29, 8 July 2015

DivList Property (read-only)

Applies to

   TVistaLogin class

Declaration

   property DivList: Tstrings;

Description

The DivList property is available at run-time only. This read-only property is a list of divisions that are available for selection by the user for the signon division. This list is filled in, if appropriate, during the Silent Login at the same time that the user is determined to have multiple divisions from which to select. The first entry in the list is the number of divisions present, followed by the names of the divisions that are available to the user.

See Handling Divisions During Silent Login for information about handling multi-divisions during the Silent Login process.