생성자 오버로딩 하기
델파이2008. 11. 20. 09:36
자꾸 까먹는다... 여기다 적어놔야지 -_-;
public
{ Public declarations }
constructor Create(AOwner: TComponent; ...); reintroduce; overload;
constructor TFormBubblePopup.Create(AOwner: TComponent; BandObejct: TObject);
begin
inherited Create(AOwner);
end;
public
{ Public declarations }
constructor Create(AOwner: TComponent; ...); reintroduce; overload;
constructor TFormBubblePopup.Create(AOwner: TComponent; BandObejct: TObject);
begin
inherited Create(AOwner);
end;
'델파이' 카테고리의 다른 글
IE 기본 툴바에 버튼 생성하기 (0) | 2009.03.10 |
---|---|
현재 페이지의 모든 쿠키 읽어 오기 (0) | 2009.01.29 |
서버 상태 확인 (0) | 2009.01.12 |
BeforeNavigate2 이벤트에서 PostData 읽어오기 (GET 방식과 POST 방식의 구분) (0) | 2008.12.04 |
ActiveX의 ProgID 변경하기 (0) | 2008.11.26 |
동적 IP, DNS 변경 함수 (0) | 2008.11.12 |
IE Band에서 탭키, 엔터키, 델리트키(VK_TAB, VK_RETURN, VK_DELETE) 입력가능하도록 하기 (0) | 2008.10.17 |
소수점 이하 제거하는 함수 (0) | 2008.10.06 |
Delphi 2007에서 DSPack 설치하기 (0) | 2008.09.24 |
Internet Explorer7 에서 현재 활성화 되있는 탭윈도우 핸들 얻기 (0) | 2008.08.28 |