GRID Navigator 사용
if AbuttonIndex = 6 then
begin
ADone := True;
showmessage('추가');
cxGrid1TableView1.DataController.AppendRecord;
end;
if AbuttonIndex = 8 then
begin
ADone := True;
showmessage('삭제');
end;
'공부이야기 > Delphi' 카테고리의 다른 글
cxGrid 셀클릭 이벤트 (0) | 2013.07.10 |
---|---|
[Delphi] DateUtils.pas 함수정리 (0) | 2013.03.08 |
[Delphi]퀀텀그리드 동적배열 속성 (0) | 2013.02.15 |
[Delphi] 색상표 (0) | 2012.11.07 |
[Delphi]LOG10사용법 (0) | 2012.10.30 |