User Tools

Site Tools


prop_systemprophook.htm
Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:SystemPropHook ====== Previous pageReturn to chapter overviewNext page

A property of the SYSTEM built-in variable that allows you to trap when SYSTEM{property} is being called. Equivalent to {PROP:LibHook,12}. You need to pass the address of a procedure which has a prototype of

PROCEDURE(SIGNED Property, BYTE DoingSet, BYTE *Done, STRING Value), STRING

Property is the equated value between the property brackets {}.

DoingSet is set to TRUE (1) if SYSTEM{property} = 'value' is being called, or FALSE (0) if 'value = SYSTEM{property}' is being called.

Done is set to TRUE if you do not want the system to process the property.

Value is set to what the property is being set to. This is only set when DoingSet is TRUE.

The procedure must return a string. This string is only used when DoingSet is FALSE and Done is set to TRUE. In this case it is what value gets set to in the line 'value = SYSTEM{property}'.

prop_systemprophook.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1