4D v16.3

OBJECT SET ACTION

ホーム

 
4D v16.3
OBJECT SET ACTION

OBJECT SET ACTION 


 

OBJECT SET ACTION ( {* ;} object ; action ) 
引数   説明
演算子 in 指定時: object はオブジェクト名(文字列)、省略時: object は変数またはフィールド
object  フォームオブジェクト in オブジェクト名( * 指定時)、または変数やフィールド( * 省略時)
action  テキスト in 関連付けるアクション

説明   

OBJECT SET ACTIONコマンドは、引数 object* で指定したオブジェクトと関連付けられた標準アクションを、カレントプロセスにおいて変更します。

注: 標準アクションはデザインモードからプロパティリストを使用することによって設定することも可能です。

任意の * 演算子を渡した場合、 object 引数でオブジェクト名を文字列で指定します。省略時には object 引数でフィールドまたは変数を指定します。

action 引数には、オブジェクトと関連付けたい標準アクションを表すコードを文字列で渡します。 "関連付けられた標準アクションのテキスト値" テーマ内にある、以下の定数のどれか一つを渡すことができます。

定数
Object Accept action 文字列 2
Object Add subrecord action 文字列 14
Object Automatic splitter action 文字列 16
Object Cancel action 文字列 1
Object Clear action 文字列 21
Object Copy action 文字列 19
Object Cut action 文字列 18
Object Database Settings action 文字列 32
Object Delete record action 文字列 7
Object Delete subrecord action 文字列 13
Object Edit subrecord action 文字列 12
Object First page action 文字列 10
Object First record action 文字列 5
Object Goto page action 文字列 15
Object Last page action 文字列 11
Object Last record action 文字列 6
Object MSC action 文字列 36
Object Next page action 文字列 8
Object Next record action 文字列 3
Object No standard action 文字列 0
Object Open back URL action 文字列 37
Object Open next URL action 文字列 38
Object Paste action 文字列 20
Object Previous page action 文字列 9
Object Previous record action 文字列 4
Object Quit action 文字列 27
Object Redo action 文字列 31
Object Refresh current URL action 文字列 39
Object Return to Design mode action 文字列 35
Object Select all action 文字列 22
Object Show Clipboard action 文字列 23
Object Stop loading URL action 文字列 40
Object Test Application action 文字列 26
Object Undo action 文字列 17

例題  

ボタンの標準アクションをOKに設定したい場合、以下のように記述します:

 OBJECT SET ACTION(*;"bValidate";Object Accept action)



参照 

OBJECT Get action

 
プロパティ 

プロダクト: 4D
テーマ: オブジェクト(フォーム)
番号: 1259

 
履歴 

初出: 4D v14

 
ARTICLE USAGE

ランゲージリファレンス ( 4D v16)
ランゲージリファレンス ( 4D v16.1)
ランゲージリファレンス ( 4D v16.2)
ランゲージリファレンス ( 4D v16.3)