Source position: libsee.pas line 156
type TSEE_boolean_fn_t = function(
i: PTSEE_interpreter;
obj: PTSEE_object;
prop: PTSEE_string
):tcint;