ระบุสไตล์เส้นขอบสำหรับพื้นที่ชื่อ
กลุ่ม ค่าเริ่มต้นคือ BorderStyleNone อ่าน/เขียน TBorderStyle
ไวยากรณ์
property GroupBorderStyle: TBorderStyle;
ตัวอย่าง
GroupBorderStyle can be one of these TBorderStyle constants
| BorderStyleNone |
| BorderStyleSingleHair |
| BorderStyleSingleThick |
| BorderStyleSingleThin |
| BorderStyleDouble |
ตัวอย่าง
This example specifies the border in the group title area
DataToXLS1.GroupBorderStyle := BorderStyleSingleHair;