Child pages
  • JSVariable

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Cache
indextrue
refresh100d
showRefreshtrue
iddoc
titleRefresh page
showDatetrue
retryEnable

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordListSmartClientsWordListWebClientsWordListNGClientsWordListMobileClient

servoy sSummary12%30%58%height: 30px;3Constants SummaryConstant to be used when the type of a variable needs to be specified.Constant to be used when the type of a variable needs to be specified.Constant to be used when the type of a variable needs to be specified.Constant to be used when the type of a variable needs to be specified.Constant to be used when the type of a variable needs to be specified.

servoy sSummary12%30%58%height: 30px;3Property SummaryThe default value of the variable.The name of the variable.The type of the variable.

servoy sSummary12%30%58%height: 30px;3Methods SummaryGet scope nameReturns the UUID of the variable

constantservoy sDetail2100%height:30px2Constants DetailsDATETIMEname

DATETIME

dessIndentConstant to be used when the type of a variable needs to be specified.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow INTEGERname

INTEGER

dessIndentConstant to be used when the type of a variable needs to be specified.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
MEDIAname

MEDIA

dessIndentConstant to be used when the type of a variable needs to be specified.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
NUMBERname

NUMBER

dessIndentConstant to be used when the type of a variable needs to be specified.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
TEXTname

TEXT

dessIndentConstant to be used when the type of a variable needs to be specified.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 

propertyservoy sDetail2100%height:30px2Property DetailsdefaultValuename

defaultValue

dessIndentThe default value of the variable. It is interpreted as a JS expression. For form variables ,setting this property requires the form instances to be destroyed (history.remove("formName")). If you want to use a default value for a newly created variable create the variable using the 3 parameter version newVariable(name,type,defaultValue). For INTEGER variables it can be an integer constant, like 10 for example. For NUMBER variables it can be a real constant, like 22.41. For DATETIME variables it can be "now", or a JS expression like "new Date()". For TEXT variables it can be any string surrounded with quotes, like "'some text'".ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow namename

name

dessIndentThe name of the variable.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 
variableTypename

variableType

dessIndentThe type of the variable. Can be one of: TEXT, INTEGER, NUMBER, DATETIME or MEDIA.ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow 

functionservoy sDetail2100%height:30px2Methods DetailsgetScopeNamename

getScopeName()

dessIndentGet scope nameret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient,MobileClient
sam

Sample

sIdentjavascript
lastDetailRow getUUIDname

getUUID()

dessIndentReturns the UUID of the variableret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient
sam

Sample

sIdentjavascript
lastDetailRow