Click here to Skip to main content
15,899,313 members

Comments by vijay2022 (Top 1 by date)

vijay2022 9-Nov-22 4:30am View    
thank you so much,but how to write a function to call the parameters
AfterID := wpSelectTasks;
InputOptionPage := CreateInputOptionPage(wpWelcome, 'DIS_SERVICE SELECTION', '', 'Please select the service', True, False);
InputOptionPage.Add('&Generic');
InputOptionPage.Add('&exam-overview');


function

function Disselection(Value: string): boolean;
begin
IsRegisteredUser := Page.Values[0];
end; its correct