| Home 目次>ApplicationKit>NSDocument | |
revertDocumentToSaved:
メニューから「Revert」(保存していた文書に戻す)を実行します
-(IBAction) revertDocumentToSaved:(id)sender
【返り値】 | |
| IBAction | アクション |
| 【パラメータ】 | |
| sender | 送信オブジェクト |
【解説】
メニューから「Revert」(保存していた文書に戻す)を実行します。
【例文】
-(IBAction)revertDocumentToSaved:(id)sender
{
NSLog(@"revertDocumentToSaved");
[super revertDocumentToSaved:sender];
}
![]() | |
この記事を評価してください。
| Home 目次>ApplicationKit>NSDocument | 修正日2006.12.26 |