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

Get Delphi in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.