Name

Of Keyword

Syntax

type Name = array[Index type] of Base type;

type Name = Subroutine header of object;

case Expression of
  Selector: ...
end;

Description

The of keyword serves many roles in Delphi, but is always subservient to another keyword. See the array, object, and case keywords for details.

See Also

Array Keyword, Case Keyword, Function Keyword, Object Keyword, Procedure Keyword, Type Keyword
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset