The Portrate Interview Engine

DPLFormRef.Actions Property

Gets the table of form actions

[Visual Basic]
Public Property ReadOnly Actions As Hashtable
[C#]
public Hashtable Actions { get; }
[C++]
public: __property Hashtable* get_Actions();
[JScript]
public function get Actions() : Hashtable

See Also

DPLFormRef Class | Portrate.Interview.Model Namespace