Home / api / cat / component 
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration   
fr  de  es  it  nl  pl  pt  pt_BR  mk  ca  ar  fa  vi  ja  ru  zh  zh_TW  eo 
Documentation
History
 
Component Management
GB.CurrentComponent Returns the name of the current component.
GB.GetInterface Retrieves the interface of a component.
GB.LoadComponent Loads a component.

Overview

The GB.LoadComponent and GB.GetInterface functions allow you to load a component at execution time, and to retrieve its exported interface if needed.

The GB.CurrentComponent is mainly used for doing things that depends on the current executed component.