Global::formGetFromControl Method [AX 2012]

Get the FormRun object that owns a specific control.

Syntax

client server public static FormRun formGetFromControl(FormControl _control)

Run On

Called

Parameters

Return Value

Type: FormRun Class
FormRun object instance that owns the given control, otherwise nullNothingnullptrunita null reference (Nothing in Visual Basic).

See Also

Reference

Global Class