[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msedesignintf.pas line 94
type idesignerselections = interface(inullinterface) |
function add(); |
function equals(); |
function get(); |
function getcount; |
function getarray; |
property count: Integer; [r] |
property items []: tcomponent; default; [r] |
end; |