Home :: GreenPad :: editwing :: Doc classes

class Insert

^ 
    extends Command as public

挿入コマンド
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:175
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
~Insertdestructor publicundocumented
Insertconstructor publicundocumented

destructor ~Insert

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:185
Code:
public ~ Insert ( )

constructor Insert

? ^  < > 
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewDoc.h:184
Params:
s 挿入位置
str 挿入文字列
len 文字列の長さ
del コマンド終了時にdelete [] strしてよいか?
Code:
public Insert ( const DPos & s ,
const unicode * str ,
ulong len ,
bool del = false )

Created Mon May 06 21:01:04 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.