ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Managing external languages / Object functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Screen,Column (External language)
In french: Ecran,Colonne
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
Example
// In C
CALLWD("Screen,Column");
ColNum=WDInt;
// In Pascal
CallWD('Screen,Column');
ColNum:=WdInt;
// In VB
call CallWd("Screen,Column")
ColNum=WDInt
Syntax
Screen,Column()
Remarks
  • Screen,Column returns the column number of the current column in WdInt
  • Screen,Column can only be used on indexed columns in Table controls based on a data file or populated programmatically.
Minimum version required
  • Version 14
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help