JSON プロパティリスト
This page provides a comprehensive list of all form properties, sorted by their JSON name. プロパティ名をクリックすると、詳細説明に移動します。
In the "Form Properties" chapter, properties are sorted according to their names and themes in the Property List.
プロパティ | 説明 | とりうる値 |
---|---|---|
a | ||
bottomMargin | Vertical margin value (in pixels) | 最小値: 0 |
d | ||
destination | Form type | "detailScreen", "listScreen", "detailPrinter", "listPrinter" |
e | ||
entryOrder | The order in which active objects are selected when the Tab or the Carriage return key is used in an input form | Collection of 4D Form object names |
events | オブジェクトまたはフォームについて選択されているイベントのリスト | イベント名のコレクション。例: ["onClick","onDataChange"...]. |
f | ||
formSizeAnchor | Name of the object whose position determines the size of the form. (minimum length: 1) | Name of a 4D object |
h | ||
height | Height of the form | 最小値: 0 |
i | ||
inheritedForm | Designates the form to inherit | テーブルまたはプロジェクトフォームの名前 (文字列), フォームを定義する .json ファイルへの POSIX パス (文字列), またはフォームを定義するオブジェクト |
inheritedFormTable | Designates the table an inherited form will use | A table name or number |
m | ||
markerBody | Detail marker position | 最小値: 0 |
markerBreak | Break marker position(s) | 最小値: 0 |
markerFooter | Footer marker position | 最小値: 0 |
markerHeader | Header marker position(s) | integer minimum: 0; integer array minimum: 0 |
memorizeGeometry | Saves the form parameters when the form window is closed | true, false |
menuBar | Menu bar to associate to the form | Name of a valid menu bar |
method | プロジェクトメソッド名 | 存在するプロジェクトメソッドの名前 |
p | ||
pages | Collection of pages (each page is an object) | Page objects |
pageFormat | object | Available print properties |
r | ||
rightMargin | Horizontal margin value (in pixels) | 最小値: 0 |
s | ||
shared | Specifies if a form can be used as a subform | true, false |
w | ||
width | Width of the form | 最小値: 0 |
windowMaxHeight | Form window's largest allowable height | 最小値: 0 |
windowMaxWidth | Form window's largest allowable width | 最小値: 0 |
windowMinHeight | Form window's smallest allowable height | 最小値: 0 |
windowMinWidth | Form window's smallest allowable width | 最小値: 0 |
windowSizingX | Form window's vertical sizing | "fixed", "variable" |
windowSizingY | Form window's horizontal sizing | "fixed", "variable" |
windowTitle | Designates a form window's title | A name for the form window |