Instance Property インスタンスプロパティ

groupsByEvent

A Boolean value that indicates whether the receiver automatically creates undo groups around each pass of the run loop. 実行ループの各通過に基づいてレシーバが自動的に取り消しグループを作成するかどうかを指し示すブール値。

Declaration 宣言

@property BOOL groupsByEvent;

Discussion 議論

YES if the receiver automatically creates undo groups around each pass of the run loop, otherwise NO. YES、もしレシーバが自動的に取り消しグループを実行ループの各通過に基づいて作成するならば、そうでなければNO

The default is YES. If you turn automatic grouping off, you must close groups explicitly before invoking either undo or undoNestedGroup. 省略時は、YESです。あなたが自動グループ化を切りにするならば、あなたはグループを明示的に、undoまたはundoNestedGroupのどちらかを発動する前に閉じなければなりません。

See Also 参照

Creating Undo Groups 取り消しグループを作成する