project BLF > class ComponentPool > method GetInstanceIdInPool

Description

Lookup the instance ID assigned to a specific instance procedure.
Used by the transaction class.


Parameters


ihInsinputhandle
oiInsIDoutputinteger


Internal usage


unused


program code (program1/componentpool.p)

find first tComponentPool where
           tComponentPool.thIns = ihIns and
           tComponentPool.tlIsInUse and
           tComponentPool.tlIsInMemory  no-error.
if available tComponentPool
then assign oiInsID = tComponentPool.tiInsID.