|

Visible


(boolean) Whether to make the image object visible or invisible:



VALUE DESCRIPTION


true


Visible. (Default)


false


Invisible.


Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

IN IF il e


image

INIFile.DeleteSection

OverviewExamples

INIFile.DeleteSection ( string Filename,


string Section )


De s cr ip t ion


Deletes a "section" in a specified INI file.


P arame t er s


Filename


(string) The path to the INI file.


|