wzsoftロゴ
 
 

 

2. カーソル位置の桁位置を取得

main {
    HTEXT text = getfocus();
    HVIEW v = text.v;
    printf("桁: %d\n",v.lx);
}

前へ 次へ