컴방/델파이
델파이 BorderStyle속성 string으로 변경하기
개발자룽
2020. 1. 23. 10:23
var
ss : string;
ss := GetEnumName(TypeInfo(TFormBorderStyle), Ord(Form.BorderStyle));