Repository.Control.GetXfmeaControl: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '{{Template:APIClass|Repository Class|Repository}} Returns XfmeaControl with the provided ID. Returns nothing if the XfmeaControl doesn't exist. ==Syntax== * GetXfmeaControl(ByVa…')
(No difference)

Revision as of 20:40, 26 June 2015


Returns XfmeaControl with the provided ID. Returns nothing if the XfmeaControl doesn't exist.

Syntax

  • GetXfmeaControl(ByVal ID As Integer) As cXfmeaControl

Parameters

ID: ID of the desired control.