Conditional Compilation [Dynamic Calls]
- Rumesh Aponso (RMAX)
- Nov 15, 2024
- 1 min read
Updated: Nov 22, 2024
$IF (Component_COMPONENT_SYS.INSTALLED) $THEN
-- TODO :
$ELSE
NULL;
$END
Example:
$IF (Component_Shpord_SYS.INSTALLED) $THEN
Rmax_API.Exist(newrec_.id);
$ELSE
NULL;
$END
Hozzászólások