THeaderSection::Alignment Property Specifies how text is aligned within the header section. Use Alignment to specify whether the header section text should be left-justified, right-justified, or centered. These are the possible values of Alignment:
Class
[C++] __property TAlignment Alignment = {read=FAlignment, write=FAlignment};
Value | Meaning |
---|---|
taLeftJustify | Align text on the left side of the header section. |
taCenter | Center text in the header section. |
taRightJustify | Align text on the right side of the header section. |
'1.소프트웨어 이야기 > 00.VCL(C++ Builder, Delphi)' 카테고리의 다른 글
컨트롤 동적 생성.. (1) | 2007.12.06 |
---|---|
[펌] c빌더에서 쓰레드 사용하기 (0) | 2007.12.06 |
[펌] 함수 포인터의 단점 (0) | 2007.12.06 |