vfoGetProtocolClassName
vfoGetProtocolClassName(t_cellViewID) =>s_cellView/ nil
Description
Returns the symbol naming the protocol class to use with the fluid Pcell functions.
Argumentsd
Value Returned
|
The symbol naming the protocol class to use with the fluid Pcell functions is returned. |
|
Example
vfoGetProtocolClassName(inst ~> master) => vfoAbstractClass vfoGetProtocolClassName(inst ~> master ~> superMaster) => vfoAbstractClass
Return to top