| configDataSetFormsDataTableAddFormsRow Method (configDataSetUtentiRow, String, Int32, Int32, Int32, Int32, Int32, String, String, String) |
Namespace: Amica.DataAssembly: Amica.Data (in Amica.Data.dll) Version: 2.9.5532.15429
Syntax public configDataSetFormsRow AddFormsRow(
configDataSetUtentiRow parentUtentiRowByFK_Utenti_Forms,
string FormName,
int FormWidth,
int FormHeight,
int FormLocationX,
int FormLocationY,
int FormWindowState,
string Layout,
string CommandsLayout,
string GridLayout
)
Public Function AddFormsRow (
parentUtentiRowByFK_Utenti_Forms As configDataSetUtentiRow,
FormName As String,
FormWidth As Integer,
FormHeight As Integer,
FormLocationX As Integer,
FormLocationY As Integer,
FormWindowState As Integer,
Layout As String,
CommandsLayout As String,
GridLayout As String
) As configDataSetFormsRow
member AddFormsRow :
parentUtentiRowByFK_Utenti_Forms : configDataSetUtentiRow *
FormName : string *
FormWidth : int *
FormHeight : int *
FormLocationX : int *
FormLocationY : int *
FormWindowState : int *
Layout : string *
CommandsLayout : string *
GridLayout : string -> configDataSetFormsRow
Parameters
- parentUtentiRowByFK_Utenti_Forms
- Type: Amica.DataconfigDataSetUtentiRow
- FormName
- Type: SystemString
- FormWidth
- Type: SystemInt32
- FormHeight
- Type: SystemInt32
- FormLocationX
- Type: SystemInt32
- FormLocationY
- Type: SystemInt32
- FormWindowState
- Type: SystemInt32
- Layout
- Type: SystemString
- CommandsLayout
- Type: SystemString
- GridLayout
- Type: SystemString
Return Value
Type:
configDataSetFormsRowSee Also