Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / cocoaint / src / appkit / NSPathControlItem.inc
Size: Mime:
{ Parsed from AppKit.framework NSPathControlItem.h }


{$ifdef TYPES}
type
  NSPathControlItemPtr = ^NSPathControlItem;
{$endif}

{$ifdef CLASSES}

type
  NSPathControlItem = objcclass external (NSObject)
  private
    _secretCell: NSPathComponentCell;
  public
    procedure setTitle(newValue: NSString); message 'setTitle:';
    function title: NSString; message 'title';
    procedure setAttributedTitle(newValue: NSAttributedString); message 'setAttributedTitle:';
    function attributedTitle: NSAttributedString; message 'attributedTitle';
    procedure setImage(newValue: NSImage); message 'setImage:';
    function image: NSImage; message 'image';
    function URL: NSURL; message 'URL';
  end;
{$endif}