project BLF > class ComponentPool > method SetInstanceInPool

Description

register an instance procedure in the component pool, so method BusinessClassActions can look for it.


Parameters


ihProcinputhandle
ihInsinputhandle
iiInsIDinputinteger


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.