project BLF > class ComponentPool > method GetInstanceInPool

Description

Lookup the handle to a specific instance procedure.
Used by method BusinessClassActions.


Parameters


icProcNameinputcharacter
iiInsIDinputinteger
ohInsoutputhandle


Internal usage


unused


program code (program1/componentpool.p)

find first tComponentPool where
           tComponentPool.tcName = icProcName and
           tComponentPool.tiInsId = iiInsID and
           tComponentPool.tlIsInUse and
           tComponentPool.tlIsInMemory  no-error.
if available tComponentPool
then assign ohIns = tComponentPool.thIns.