戻る

MMマクロ

MMマクロについて
言語体系
プログラミングの注意点
エラーメッセージ
システム変数
システム関数

システム関数
・検索系
Find()
FindNext()
FindPrev()
Replace()
Top()
GoLine()
Bottom()
Mark()
MarkJamp()
PrevCur()
Parent()
TagJamp()

・検索モード系
etFind()
SetFindS()
SetRep()
SetRepS()

・カーソル系
Up()
Down()
Left()
Right()
Backward()
Forward()
LDEdge()
RDEdge()
LEdge()
REdge()
RollUp()
RollDown()
PageUp()
PageDown()
TopScr()
BotomScr()
GoBlok()

・編集系
InsMode()
Ret()
Bs()
Del()
DelBWord()
DelWord()
DelLine()
DelBefor()
DelAfter()
InsLine()
PopChr()
PopLn()
Tabs()
ConvWord()
Select1()
Select2()
BlokCut()
BlokCopy()
BlokPast()
BlokIns()
StackDel()
GetFindS()
Select()
AIndent()
DispOff()
DispOff2()
DispOn()
GotoX()
GotoY()
SetSakuzu()
SetSakuzuPen()

・クリップボード系
ClipCut()
ClipCopy()
ClipPast()
Delete()

・文字列操作系
PutSpace()
PutStr()
GetStr()
GetStr2()
PutChr()
StrChr()
InKeyCmd()
InKeyChar()

・矩形ブロック系
KBCut()
KBCopy()
KBIns()

・ユーティリティー系
MacroEx()
Beep()
FPrint()
GetDate()
GetWeek()
GetTime()
KbHit()
Getline()
Getline2()
GetFileName()
GetCurDirectory()
LoadSdFile()
LoadPrFile()
SetCurDirectory()
SetIMEStatus()
SetOpenFType()
WinExec()
Message()
Menu()
GetKeyState()
GetVersion()

・ファイル系
Open()
Save()
Close()
CloseAs()

・Cライブラリ文字列操作系
Strcpy()
Strncpy()
Strcat()
Strcmp()
Strcmpi()
Strlen()
Atoi()
Itoa()
Memset()
Strstr()

・ウインドウズ系
SetWindowCascade()
SetWindowVTile()
SetWindowHTile()
NextWindow()
LoadLibrary()
FreeLibrary()
SetWindowText()
GetWindowText()
MaxWindow()
MinWindow()
RestWindow()

・ダイレクトファイルI/O系
LOpen()
LCreat()
LSeek()
LClose()
LRead()
LWrite()
DeleteFile()

・レジストリ系
GetRegiStr()
GetRegiInt()

戻る