<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > FixedTableLabel > Method >SetSystemFieldName |
Gets the system field name of the system label.
Prototype :
void SetSystemFieldName
(
string SystemFieldName
)
Arguments :
SystemFieldName |
refer to SystemFieldNameConst |
Reference :
Label data type should be the system type.
Example :
//string
This.SetSystemFieldName("PageNumber");
//constant
This.SetSystemFieldName(SystemFieldNameConst.PageNumber);
Available Events :
OnInitialize
See also :