From: Geoffrey S. <geo...@gm...> - 2008-06-02 20:28:32
|
On Mon, Jun 2, 2008 at 3:48 PM, Andy Daykin <ad...@ms...> wrote: > Also I have tried the Clear() method and it doesn't seem to do anything. I > have the following code: [...] > $main->textDirPath->Clear(); > $main->textFileExt->Clear(); use $textfield->Text(""); Clear() actually clears the current selection. |