QueryObjectSbj

Determines a subordinate object that matches the specified subject identifier.
The query works recursively and is not limited to direct child objects.
Syntax
VAR_INPUT
sSubject : REFERENCE TO T_BA_MedString;
END_VAR
VAR_OUTPUT
iResult : I_BA_Object;
END_VAR
Inputs
Name | Type | Description |
|---|---|---|
sSubject | REFERENCE TO T_BA_MedString | Subject Identifier. |
Outputs
Name | Type | Description |
|---|---|---|
iResult | I_BA_Object | Interface pointer to the subordinate object. |
Return value
Name | Type | Description |
|---|---|---|
QueryObjectSbj | BOOL | This indicates whether subordinate objects exist. |