# Window Functions

## Giới Thiệu

| Function                                                                             | Mô Tả                                       |
| ------------------------------------------------------------------------------------ | ------------------------------------------- |
| [GetWindowText](https://docs.taiamk.pro/gui/window/window-functions/getwindowtext)   | Lấy tiêu đề của 1 cửa sổ                    |
| [SetWindowText](https://docs.taiamk.pro/gui/window/window-functions/setwindowtext)   | Thay đổi tiêu đề của 1 cửa sổ               |
| [GetClientRect](https://docs.taiamk.pro/gui/window/window-functions/getclientrect)   | Lấy thông tin của cửa sổ dưới dạng RECT     |
| [GetDlgCtrlID](https://docs.taiamk.pro/gui/window/window-functions/getdlgctrlid)     | Lấy id của một control trong cửa sổ         |
| [GetParent](https://docs.taiamk.pro/gui/window/window-functions/getparent)           | Lấy cửa sổ cha của 1 cửa sổ                 |
| [ShowWindow](https://docs.taiamk.pro/gui/window/window-functions/showwindow)         | Hiện thị cửa sổ kèm theo kiểu hiển thị      |
| [RunModalWindow](https://docs.taiamk.pro/gui/window/window-functions/runmodalwindow) | Hiển thị 1 cửa sổ dưới dạng hộp thoại modal |
