RecordModified (クラス)
public RecordModified {inherits RecordsChanged}
インポート元: CURL.GUI.STANDARD. package 内で定義されています CURL.DATA-ACCESS.BASE.

Record の状態またはデータの変化を示します。


コンストラクタ
default:このオブジェクトを作成します。
コンストラクタ public {RecordModified.default
record:Record,
index:int = -1,
field:#RecordField = null
}

プロパティ
field:変更された RecordField
フィールド public-get protected-set RecordModified.field:#RecordField
index:変更された Record のレコード。
フィールド public-get protected-set RecordModified.index:int
record:変更された Record
フィールド public-get protected-set RecordModified.record:Record

メソッド
メソッド 継承 Object: object-describe, object-describe-for-debugging, object-serialize



コンストラクタ詳細
default (コンストラクタ)
public {RecordModified.default
record:Record,
index:int = -1,
field:#RecordField = null
}

このオブジェクトを作成します。

record: 変更された Record
index: 変更された Record のレコード。
field: record 内で変更された RecordField



プロパティ詳細
field (フィールド)
public-get protected-set RecordModified.field:#RecordField

変更された RecordField

説明

もし指定されたら、与えられた RecordField のデータのみが変更可能であることを示します。
あるいは、そのフィールドは null かもしれません。その場合、anyであるか、どの状態であるか、もしくは record のデータが変更されているかわかりません。
導入: バージョン 8.0


index (フィールド)
public-get protected-set RecordModified.index:int

変更された Record のレコード。

説明

このインデックスは、インデックスをサポートする RecordView などの RecordSet により、オプションとして設定されます。
指定されない場合、このプロパティは -1 の値になります。


record (フィールド)
public-get protected-set RecordModified.record:Record

変更された Record






メソッド詳細