[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3485
type TGSequenceIter = object |
||
function compare(); |
|
|
function get_position; |
|
|
function get_sequence; |
|
|
function is_begin; |
|
|
function is_end; |
|
|
function move(); |
|
|
function next; |
|
|
function prev; |
|
|
end; |
|