|
델파이를 오랫동안 하긴했는데 이런식의 클래스는 첨이거든요.
빌더로 옮기는데 어떤식으로 코딩되는지 알려주심감사하겠습니다.
TMenuFormShow = class(TNotifierObject, IOTAWIzard, IOTAMenuWizard)
public
function GetMenuText: string;
function GetIDString: string;
function GetName: string;
function GetState: TWizardState;
procedure Execute;
end;
|