project BLF > class ComponentPool > method SetInstanceInPool
Description
register an instance procedure in the component pool, so method BusinessClassActions can look for it.
Parameters
ihProc | input | handle | |
ihIns | input | handle | |
iiInsID | input | integer | |
Internal usage
unused
program code (program1/componentpool.p)
find first tComponentPool where
tComponentPool.thProc = ihProc and
tComponentPool.tlIsInUse and
tComponentPool.tlIsInMemory no-error.
if available tComponentPool
then assign tComponentPool.thIns = ihIns
tComponentPool.tiInsID = iiInsID.