project BLF > class ComponentPool > method GetInstanceInPool
Description
Lookup the handle to a specific instance procedure.
Used by method BusinessClassActions.
Parameters
icProcName | input | character | |
iiInsID | input | integer | |
ohIns | output | handle | |
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.