//声明:
GetWindowTextLength(
  hWnd: HWND {窗口句柄}
): Integer;  {返回窗口标题长度}

//举例: var i: Integer; begin i := GetWindowTextLength(Self.Handle); ShowMessage(IntToStr(i)); end;
posted on 2008-02-07 16:30  万一  阅读(3981)  评论(0编辑  收藏  举报