'델파이관련링크'에 해당되는 글 1건

320x100

[Delphi] 관련 사이트 / 단축키

Posted on 2014. 1. 16. 10:57
Filed Under Delphi

▼ 단축키
Ctrl+F12: Searh for units
Shift+Alt+F11: View > Struture
F11: View > Object Inspector
Ctrl+K, N / O: Changes a block to uppercase/lowercase
Ctrl+Shift+ U/I  (선택영역 좌우 이동)
Alt+Shift   (영역선택)
Ctrl+Shift+Enter (커서 메소드 참조중인 곳 찾기)


▼ 팁 메모
Memory (New→Delete): New → Dispose (heap)   /  Create → FreeAndNil
문자열 배열 상수 선언&초기화_C_TYPE: array [0..1] of String = ('A','B');
Form.Caption에서 다음줄 넣기▶ Enter = #$D#$A
ex:) '관로(근장)'#$D#$A'(Km)(SKB)'

유니코드(wide char) / 안시(multi byte)


▼ 튜토리얼
http://docwiki.embarcadero.com/RADStudio/XE5/en/Delphi_Reference (English)
http://www.delphibasics.co.uk/index.html (English)
MSDN Office 관련 (English)
  ExcelApp, ExcelSheet, ExcelBook: Variant;
  ...
 // 이미지 크기 조정안될때 사용
  ExcelSheet.Shapes.AddPicture('이미지파일', False, True, Left, Top, Width, Height);

▼ 델파이 커뮤니티
http://delphi.borlandforum.com/
https://www.delmadang.com/
볼랜드 포럼
데브기어

▼ 블로그
함수정리: http://blog.naver.com/mykh77?Redirect=Log&logNo=30080868509
왕초보를 위한 아주 기본적인 Tips  11.25
델파이  문법관련  Delphi Operator(연산자)
Canvas
Delphi tips Graphics and Drawing
파일 경로 조작하기 [기타VCL함수 설명]
Assert호출시 OutputDebugMesssage 찍기 in델마당





 


반응형

About

by 쑤기c

반응형