You've already forked lazarus-ccr
11 lines
270 B
PHP
11 lines
270 B
PHP
![]() |
type
|
||
|
|
||
|
nsIDOMBarProp = interface(nsISupports)
|
||
|
['{9eb2c150-1d56-11d3-8221-0060083a0bcf}']
|
||
|
function Getvisible(): longbool; safecall;
|
||
|
procedure Setvisible(avisible: longbool); safecall;
|
||
|
property visible : longbool read Getvisible write Setvisible;
|
||
|
|
||
|
end;
|
||
|
|