Child pages
  • JSVariable

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 26
Cache
indextrue
refresh100d
showRefreshtrue
iddoc

...

titleRefresh page
showDatetrue
retryEnable

 

 

servoy sReturnTypes2100%height: 30px;2Supported ClientssWordList

...

SmartClientsWordList

...

WebClientsWordList

...

 

...

NGClient

...

 

 

...

servoy sSummary12%30%58%height: 30px;3

...

Property 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

...

 

 

...

DATETIME

...

of

...

Returns

...

Supported Clients

...

Sample

...

INTEGER

...

the

...

variable

...

MEDIA

...

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

...

Returns

...

Supported Clients

...

Sample

...

NUMBER

...

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

...

Returns

...

Supported Clients

...

Sample

...

TEXT

...

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

...

Returns

...

Supported Clients

...

Sample

...

 

 

...

Supported Clients

...

Sample

...

propertyservoy sDetail2100%height:30px2Property DetailsdefaultValuename

defaultValue

dessIndent
The 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

...

sam

Sample

sIdentjavascript
lastDetailRow

...

namename

name

dessIndent
The name of the variable.
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient

...

sam

Sample

sIdentjavascript
lastDetailRow

...

variableTypename

variableType

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

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient

...

 

...

sam

Sample

sIdentjavascript
lastDetailRow

...

functionservoy sDetail2100%height:30px2Methods DetailsgetScopeNamename

getScopeName()

dessIndent
Get scope name
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient

...

sam

Sample

sIdentjavascript
lastDetailRow

...

getUUIDname

getUUID()

dessIndent
Returns the UUID of the variable
ret

Returns

sIndent
clients

Supported Clients

sIndentSmartClient,WebClient,NGClient

...

sam

Sample

sIdentjavascript
lastDetailRow

...