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    
lazarus / usr / share / lazarus / 1.6 / examples / propstorage / unit1.lfm
Size: Mime:
object Form1: TForm1
  Left = 316
  Height = 359
  Top = 134
  Width = 531
  Caption = 'Form1'
  ClientHeight = 359
  ClientWidth = 531
  SessionProperties = 'Memo1.Lines'
  LCLVersion = '1.3'
  object Memo1: TMemo
    Left = 8
    Height = 162
    Top = 8
    Width = 496
    TabOrder = 0
  end
  object XMLPropStorage1: TXMLPropStorage
    StoredValues = <    
      item
      end>
    FileName = 'config.xml'
    left = 24
    top = 200
  end
  object IniPropStorage1: TIniPropStorage
    StoredValues = <>
    IniFileName = 'config.ini'
    left = 137
    top = 200
  end
end