Language:
Русский
English
AllocMultiSel (function) (ODialogs unit)
Declaration
function AllocMultiSel(Count: Integer): PMultiSelRec;
Target
Windows
Remarks
Allocates a TMultiSelRec with the count equal to Count, and enough room in the Selections field to hold Count selections (0..Count-1).
Returns nil if there is not enough memory to allocate the entire record.