Navigation:  Classes > bCodeblock >

bCodeblock:Use()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Define the data server which can be used within the source code.

Class

bCodeblock

Type

Method

Syntax

<oCodeblock>:Use(<oServer>) Æ lSuccess

Arguments

<oServer>A data server which should be provided as a variable in the source code. The data server can be accessed with the variable name 'server' within the source code.
Data Type:Object

Return Value

lSuccessA logical value which defines whether the data server could be set.
TRUEThe data server could be defined.
FALSEThe data server could not be defined.
Data Type:Logic

Description

bCodeblock:Use() defines a new data server. To remove an existing defined data server, the value NULL_OBJECT must be passed for the argument <oServer>.

See Also

bCodeblock:ArgumentList

bCodeblock:ArgumentValues

bCodeblock:Compile()

bCodeblock:Expression

bCodeblock:Init()

bCodeblock:Server

 


Page url: http://www.YOURSERVER.com/index.html?bcodeblock_use.htm