NSForm:indexOfCellWithTag:
Home 目次>ApplicationKit>NSForm

indexOfCellWithTag:

指定したタグのフォームのインデックスを返します


-(int) indexOfCellWithTag:(int)tag


【返り値】
   int整数値
【パラメータ】
   tagタグ


【解説】

指定したタグ(tag)のフォームのインデックスを返します。



【例文】


#import "MyObject.h"

@implementation MyObject

- (IBAction)myAction:(id)sender
{
NSLog([NSString stringWithFormat:@"%d",[form1 indexOfCellWithTag:20]]);
}

@end


(C) 2000-2007 Satoshi Oomori.
[Apple]

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

この記事を評価してください。 

良い 

間違いがある 説明がわかりにくい 例文がわかりにくい  

Home 目次>ApplicationKit>NSForm
修正日2006.12.26