PdcProject.UserCheck: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == UserCheck(Index as long) as Boolean == Description == Returns or changes user check field number x == Notes == == Code example == <source lang="vb"> <..."
 
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:


== Description ==
== Description ==
Returns or changes user check field number x  
Returns or changes user check field number x
 
The index runs from 0 to 4. The corresponding fieldname starts with 1 (DF_VINK1)
So index 0 is DF_VINK1


== Notes ==
== Notes ==

Latest revision as of 12:38, 22 June 2023

Declaration

UserCheck(Index as long) as Boolean

Description

Returns or changes user check field number x

The index runs from 0 to 4. The corresponding fieldname starts with 1 (DF_VINK1) So index 0 is DF_VINK1

Notes

Code example

Availability

Available since February 2011 (From version 4.2 onwards).