우선 헤더에 선언할 컨트롤 변수 선언...

TmLED  *XLed[16];                     // Input Led
TPanel *XPanel_Name[16];         // Input 이름부

그 다음 생성하고자 하는 부분에 생성..
여기에서는 ... 16개씩 처리하도록 함...


그리고 종료하는 부분에... 메모리에서 삭제...



THeaderSection::Alignment Property Specifies how text is aligned within the header section.

Class THeaderSection

Syntax

[C++] __property TAlignment Alignment = {read=FAlignment, write=FAlignment};

Description Use Alignment to specify whether the header section text should be left-justified, right-justified, or centered. These are the possible values of Alignment:
ValueMeaning

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.

+ Recent posts