NSActionCell:integerValue
Home 目次>ApplicationKit>NSActionCell
10.5

integerValue

整数値を返します


-(NSInteger) integerValue


【返り値】
   NSInteger整数値


【解説】

整数値を返します。



【例文】


#import "MyObject.h"

@implementation MyObject

- (
IBAction )myAction:( id )sender
{
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5

[but1 setIntValue:
12345678 ];
NSLog(
@"%d" ,[but1 integerValue]);

#endif /* MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_5 */
}

@end


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

Google
Webwww.oomori.com
Apple_Store_40x120

[ad:Usual day in Japan]

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

良い 

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

Home 目次>ApplicationKit>NSActionCell
修正日2008.1.17