FB_Init

H1_4DIOR.FB_Init (METH)

METHOD FB_Init : BOOL

FB_Init is always implicitly available and is primarily used for initialization. The return value is not evaluated. For targeted control you can declare the methods explicitly and provide additional code there alongside the standard initialization code. You can evaluate the return value.

InOut:

Scope
Name
Type
Comment

Return

FB_Init

BOOL

Input

bInitRetains

BOOL

TRUE: The retain variables are initialized (warm reset / cold reset)

Input

bInCopyCode

BOOL

TRUE: The instance is then copied into the copy code (Online change)

Last updated