TaskParameters (TTaskConfigureController)
<source lang='delphi'>property TaskParameters:String;</source>
Cette propriété défini les paramètres de la tâche.
Exemple :
<source lang="delphi"> function doGetMyTaskParameters:string; var inst:TTaskFormController; begin
inst := TTaskFormController.Create; inst.FormName := 'myprocessus.dfm'; // This open the interface for configuration inst.Configure(); // TaskParameters has been populate Result := inst.Result;
end; </source>
Voir aussi
{{#if:TTaskFormController_(class)|
{{#if:TTaskFormController_(class)|— TTaskFormController_(class) |}} — Développement DSM —
|
{{#if:|— [[{{{1}}}]] |}} — Développement DSM —
}}