[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazgio2.pas line 5330
type TGPermission = object(TGObject) |
||
|
||
function acquire(); |
|
|
procedure acquire_async(); |
|
|
function acquire_finish(); |
|
|
function get_allowed; |
|
|
function get_can_acquire; |
|
|
function get_can_release; |
|
|
procedure impl_update(); |
|
|
function release(); |
|
|
procedure release_async(); |
|
|
function release_finish(); |
|
|
|
||
property can_acquire: gboolean; [r] |
|
|
property can_release: gboolean; [r] |
|
|
end; |
|
||
|