/
THIS-OBJECT
THIS-OBJECT
Usage of THIS-OBJECT references
When accessing an object instance's own members (methods, properties, events), we should always use THIS-OBJECT as this makes the scope clearer:
THIS-OBJECT:RetrieveData () .
When accessing static members (methods, properites, events) of the same class, we'll always be referenceing the member with the (short) class name:
BufferHelper:UniqueIndexFields () .
Exception from those rules are class wide (static or instance scoped) variables (variables defined outside any method). Those may be referenced by the short variable name only.
, multiple selections available,
Related content
FOR EACH IF THEN
FOR EACH IF THEN
Read with this
Support for RESTful invocation of Business Task and Business Entity Methods
Support for RESTful invocation of Business Task and Business Entity Methods
More like this
USING
Read with this
WIDGET POOL
WIDGET POOL
Read with this
Naming Conventions
Naming Conventions
Read with this
Error Handling
Error Handling
Read with this