BL.Sys.Proxy
1
%RegisteredObject
1
Application:%String,ScreenID:%String,ControlID:%String,Description:%String,HTMLText:%String
BL.Sys.Proxy.pxStatus
1
Application:%String,ScreenID:%String,ControlID:%String
BL.Sys.Proxy.pxStatus
%SQLQuery
paApplication:%String,paScreenID:%String
SELECT ControlID,Description,HTMLText FROM Sys.ToolTip
WHERE (Application = :paApplication AND ScreenID = :paScreenID)