自由排版的Form元件
屬性
|
名稱 |
類型 |
説明 |
|
RemoteName |
string |
元件連接的資料源 |
|
DataMember |
string |
連接的Server端具體的InfoCommand ID |
|
HorizontalColumnsCount |
int |
水平方向顯示的欄位個數 |
|
DuplicateCheck |
bool |
true表示存檔時檢測重復性 |
|
ContinueAdd |
bool |
在新增情況下,完成一筆資料新增Submit時,不用關掉Form, 持續進入新增的狀態。 |
|
ShowApplyButton |
bool |
在Identity欄位類型時設定,這樣可以自動將Server端新產生的編號帶回。 |
|
ParentObjectID |
string |
在MasterDetail時,設定detail對應的Master顯示的元件的id。 |
|
RelationColumns |
Collection |
設定主檔和明細檔的關係。 |
|
Columns |
Collection |
顯示Form中顯示的欄位 |